OAuthClient
Represents an OAuth 2.0 client registration in the API.
- clientType: string
Id requiredThe OAuth client ID.
- createdType: stringFormat: date-time
Utc requiredWhen this client was created (UTC).
- redirectType: array string[]
Uris requiredConfigured redirect URIs for this client.
- botType: null | string
User Id Associated bot user ID for M2M clients.
- displayType: null | string
Name Optional friendly name for this client.