AuthProvider
Columns
Name | Type | ReadOnly | References | Description |
Id [KEY] | String | True | Unique identifier of the AuthProvider. | |
CreatedDate | Datetime | True | Label Created Date corresponds to this field. | |
ProviderType | String | False | Label Provider Type corresponds to this field. | |
FriendlyName | String | False | Label Name corresponds to this field. | |
DeveloperName | String | False | Label URL Suffix corresponds to this field. | |
RegistrationHandlerId | String | False | ApexClass.Id | Label Class ID corresponds to this field. |
ExecutionUserId | String | False | User.Id | Label User ID corresponds to this field. |
ConsumerKey | String | False | Label Consumer Key corresponds to this field. | |
ConsumerSecret | String | False | Label Consumer Secret corresponds to this field. | |
ErrorUrl | String | False | Label Custom Error URL corresponds to this field. | |
AuthorizeUrl | String | False | Label Authorize Endpoint URL corresponds to this field. | |
TokenUrl | String | False | Label Token Endpoint URL corresponds to this field. | |
UserInfoUrl | String | False | Label User Info Endpoint URL corresponds to this field. | |
DefaultScopes | String | False | Label Default Scopes corresponds to this field. |
Last updated