Method: OryClient::Provider#login_hint
- Defined in:
- lib/ory-client/models/provider.rb
#login_hint ⇒ Object
By specifying one of login_hints values provided by the accounts endpoints, the FedCM dialog selectively shows the specified account.
31 32 33 |
# File 'lib/ory-client/models/provider.rb', line 31 def login_hint @login_hint end |