@seven.io/client
    Preparing search index...

    Type Alias TokenResponse

    type TokenResponse = {
        access_token: string;
        expires_in: number;
        refresh_token: string;
        scope: OauthScope[];
        token_type: "Bearer";
    }
    Index

    Properties

    access_token: string
    expires_in: number
    refresh_token: string
    scope: OauthScope[]
    token_type: "Bearer"