Home > @vsf-enterprise/commercetools-types > ApiClientWithoutSecret

# ApiClientWithoutSecret type

API Clients can be used to obtain OAuth 2 access tokens

Signature:

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

References: Scalars, Maybe