Typescript SDK Type Docs
    Preparing search index...

    Type Alias TokenInfo

    type TokenInfo = {
        access_token: string;
        expires_at: number;
        expires_in: number;
        refresh_token: string;
        scope?: string;
        token_type?: string;
    }
    Index

    Properties

    access_token: string
    expires_at: number
    expires_in: number
    refresh_token: string
    scope?: string
    token_type?: string