Sha256: 44eaa188749f047e23bcf245c2d281a9e2c59e46a2d24b6a423f14947bdba636
Contents?: true
Size: 1.16 KB
Versions: 54
Compression:
Stored size: 1.16 KB
Contents
--- title: OAuthClientListing --- ## PureCloud::OAuthClientListing ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | The name of the OAuth client. | | | **access_token_validity_seconds** | **Integer** | The number of seconds, between 5mins and 48hrs, until tokens created with this client expire. If this field is omitted, a default of 24 hours will be applied. | [optional] | | **description** | **String** | | [optional] | | **registered_redirect_uri** | **Array<String>** | List of allowed callbacks for this client. For example: https://myap.example.com/auth/callback | [optional] | | **secret** | **String** | System created secret assigned to this client. Secrets are required for code authorization and client credential grants. | [optional] | | **role_ids** | **Array<String>** | Roles assigned to this client. Roles only apply to clients using the client_credential grant | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}
Version data entries
54 entries across 54 versions & 2 rubygems