MobileCRM.OAuthSettings - Resconet/JSBridge GitHub Wiki
MobileCRM.OAuthSettings Object
[v12.4] Represents the settings what are used to authenticate using OAuth server account.
Properties
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. |