megalodon
    Preparing search index...

    Type Alias TokenData

    type TokenData = {
        access_token: string;
        created_at: number | null;
        expires_in: number | null;
        refresh_token: string | null;
        scope: string | null;
        token_type: string;
    }
    Index

    Properties

    access_token: string
    created_at: number | null
    expires_in: number | null
    refresh_token: string | null
    scope: string | null
    token_type: string