@cpod/sdk - v0.2.7
    Preparing search index...

    Interface AuthTokens

    Authentication tokens

    interface AuthTokens {
        access_token: string;
        refresh_token: string;
        token_type: string;
        expires_in: number;
    }
    Index

    Properties

    access_token: string
    refresh_token: string
    token_type: string
    expires_in: number