-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.OAuthSettings
Maros316 edited this page Aug 12, 2020
·
1 revision
[v12.4] Represents the settings what are used to authenticate using OAuth server account.
| Property | Type | Description |
|---|---|---|
| authorityEndPoint | String | Gets or sets the OAuth token url. |
| authorizationUrl | String | Gets or sets the authorization url to get authorization code. |
| clientId | String | Gets or sets the authentication Client Id. |
| clientSecret | String | Gets or sets the Authentication Client Secret. |
| redirectUrl | String | Gets or sets the authorization redirect url for service. |
| resourceUrl | String | Gets or sets the App ID URI of the target web API (secured resource). |
| scopes | String | Gets or sets the scope to limit an application's access to a user's account. |