@squidcloud/client
    Preparing search index...

    Interface GetAccessTokenResponse

    Response containing a valid access token and expiration time.

    interface GetAccessTokenResponse {
        accessToken: string;
        expirationTime: Date;
    }
    Index

    Properties

    accessToken: string

    Valid access token for making API calls.

    expirationTime: Date

    When the access token expires.