AuthenticationProvider - Liquid Object Reference - 1.0.0
| Object Name | AuthenticationProvider | 
| Version | 1.0.0 | 
Description
The AuthenticationProvider object represent configuration for a 3rd party provider that can be used to login to StoreConnect. Typically these are SSO providers.
Attributes
| Attribute | Type | Description | 
|---|---|---|
| data | Object | Returns a custom data object for this object | 
| identifier | String | Returns the unique identifier for this AuthenticationProvider | 
| name | String | Returns the name of this AuthenticationProvider | 
| provider | String | Returns the name of the service used by this AuthenticationProvider | 
| reset_password_url | String | Returns the URL users must visit to reset their password with this AuthenticationProvider | 
| sign_in_path | String | Returns the relative path used to sign in with this AuthenticationProvider | 
| supports_registration? | Boolean | Returns true if this AuthenticationProvider also supports the ability to register for an account | 
| supports_reset_password? | Boolean | Returns true if this AuthenticationProvider also supports the ability to reset user passwords | 
Objects that return AuthenticationProviders
Back to Liquid Reference for 1.0.0
Back to Documentation