Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

ApiClientWithSecret

API Clients can be used to obtain OAuth 2 access tokens. The secret is only shown once in the response of creating the API Client.

export type ApiClientWithSecret = {
    __typename?: 'APIClientWithSecret';
    id: Scalars['String'];
    name: Scalars['String'];
    scope: Scalars['String'];
    createdAt?: Maybe<Scalars['DateTime']>;
    lastUsedAt?: Maybe<Scalars['Date']>;
    secret: Scalars['String'];
};

Referenced Types

On this page