@airbolt/sdk
    Preparing search index...

    Interface TokenInfo

    Token information for debugging

    interface TokenInfo {
        expiresAt?: Date;
        hasToken: boolean;
        tokenType?: string;
    }
    Index

    Properties

    expiresAt?: Date
    hasToken: boolean
    tokenType?: string