Attributes of the ApiClient type
accessTokenExpiresIn
Int
Number of seconds that access tokens will be issued for
authorizationCodeEnabled
Boolean
Lets authorization code grant be used to generate access tokens
clientCredentialsEnabled
Lets client credentials grant be used to generate access tokens
clientId
String
The client_id to use when making authorization requests
clientSecret
Only returned on creation of an api client
entityId
ID
Entity ID of the api client
id
Unique identifier of the api client
name
Name of the api client
ownerId
The ID of the user that created the application
pkceEnabled
Lets PKCE be used to generate access tokens
redirectUri
Required for authorization_code grant. The callback url of the client.
scopes
List (String)
The scopes that this application can request
Last updated 7 months ago
Was this helpful?