Hiyve Components - v1.0.0
    Preparing search index...

    Interface OAuthTokenResponse

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

    Properties

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