Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents the response containing OAuth token information. This interface encapsulates all data related to an OAuth token response.

    interface TokenResponse {
        token: string | undefined;
    }
    Index

    Properties

    Properties

    token: string | undefined

    The OAuth token string, or undefined if no token is available.