Unilim
    Preparing search index...

    Interface Tokens

    interface Tokens {
        access_token: string;
        expires_in: number;
        id_token: string;
        refresh_token: string;
        token_type: "Bearer";
    }
    Index

    Properties

    access_token: string
    expires_in: number
    id_token: string
    refresh_token: string
    token_type: "Bearer"