Sha256: 5aab300c7a23865216f38435bad2dc2419bdf01bc80141805fc34daf6ea7b768

Contents?: true

Size: 1.21 KB

Versions: 3

Compression:

Stored size: 1.21 KB

Contents

---
title: OAuthClient
---
## PureCloud::OAuthClient

## 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 | |
| **secret** | **String** | System created secret assigned to this client. Secrets are required for code authorization grants. | [optional] |
| **role_ids** | **Array<String>** | Roles assigned to this client. Roles only apply to clients using the client_credential grant | [optional] |
| **authorized_grant_type** | **String** | The OAuth Grant/Client type supported by this client. | |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
purecloud-0.38.1 doc_out/OAuthClient.html.md
purecloud-0.37.1 doc_out/OAuthClient.html.md
purecloud-0.36.1 doc_out/OAuthClient.html.md