OAuthClient Object
Includes information about the OAuth Client settings for the specified app.
This object is used by the following operations:
- PUT /api/apps/versions/{AppVersionID}/oauthclient (in request)
- GET /api/apps/versions/{AppVersionID}/oauthclient (in response)
The properties included in the OAuthClient object are listed below.
Property | Type | Description |
---|---|---|
BaseOAuthClient | BaseOAuthClient | Includes information about the OAuth Client settings for the specified app. |
RedirectURI[ ] | string | Redirect URI to which the end-user will be redirected after authentication. The OAuth Provider validates the RedirectURI in the message against the RedirectURI set up in the profile. One or more. |