Skip to main content

ApiClientTypeEnum

Type of API Client. Delegated clients are able to act on behalf of the user, while limited clients have restricted access to the API.

Normally, a delegated client is a mobile or web app, while a limited client is a server-to-server integration.

enum ApiClientTypeEnum {
DELEGATED
LIMITED
}

Values

ApiClientTypeEnum.DELEGATED

Delegated Client

ApiClientTypeEnum.LIMITED

Limited Client

Member Of

ApiClientDetails object ● apiClients query ● RegisterApiClientInput input ● UpdateApiClientInput input