observation-js Documentation - v1.14.0
    Preparing search index...

    Interface TokenResponse

    interface TokenResponse {
        access_token: string;
        expires_in: number;
        token_type: "Bearer";
        scope: string;
        refresh_token: string;
    }
    Index

    Properties

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