kinetex - v0.0.2
    Preparing search index...

    Interface OAuth2Token

    interface OAuth2Token {
        access_token: string;
        expires_in?: number;
        refresh_token?: string;
        scope?: string;
        token_type?: string;
    }
    Index

    Properties

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