Sha256: ddf2b57380bf38dad1c65e07f21c6b7130997051e079616b9927123a900f01d5
Contents?: true
Size: 1.03 KB
Versions: 10
Compression:
Stored size: 1.03 KB
Contents
--- title: OrgOAuthClient --- ## PureCloud::OrgOAuthClient ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | The name of the OAuth client. | | | **authorized_grant_type** | **String** | The OAuth Grant/Client type supported by this client. Code Authorization Grant/Client type - Preferred client type where the Client ID and Secret are required to create tokens. Used where the secret can be secured. Implicit grant type - Client ID only is required to create tokens. Used in browser and mobile apps where the secret can not be secured. SAML2-Bearer extension grant type - SAML2 assertion provider for user authentication at the token endpoint. Client Credential grant type - Used to created access tokens that are tied only to the client. | | | **organization** | [**Entity**](Entity.html) | The oauth client's organization. | [optional] | {: class="table table-striped"}
Version data entries
10 entries across 10 versions & 1 rubygems