ApiClient

Attributes of the ApiClient type

Name
Type
Description

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

Boolean

Lets client credentials grant be used to generate access tokens

clientId

String

The client_id to use when making authorization requests

clientSecret

String

Only returned on creation of an api client

entityId

ID

Entity ID of the api client

id

ID

Unique identifier of the api client

name

String

Name of the api client

ownerId

ID

The ID of the user that created the application

redirectUri

String

Required for authorization_code grant. The callback url of the client.

scopes

List (String)

The scopes that this application can request

Last updated

Was this helpful?