Alokai

ApiClientWithoutSecret

API Clients can be used to obtain OAuth 2 access tokens

type ApiClientWithoutSecret = {
  __typename?: 'APIClientWithoutSecret';
  id: Scalars['String'];
  name: Scalars['String'];
  scope: Scalars['String'];
  createdAt?: Maybe<Scalars['DateTime']>;
  lastUsedAt?: Maybe<Scalars['Date']>;
};

Referenced Types

On this page