Documentation
    Preparing search index...

    Type Alias TokenJSONResponse

    type TokenJSONResponse = {
        access_token: string;
        clientName?: string;
        expires_in: number;
        refresh_token?: string;
        scope?: string;
        token_type: "Bearer";
        user_id?: number;
    }
    Index

    Properties

    access_token: string
    clientName?: string
    expires_in: number
    refresh_token?: string
    scope?: string
    token_type: "Bearer"
    user_id?: number