this.gui
    Preparing search index...

    Type Alias AccessResponse

    type AccessResponse = {
        code?: AccessErrorCode;
        deniedScopes?: AccessScope[];
        error?: string;
        expiresAt?: number;
        grantedScopes?: AccessScope[];
        success: boolean;
        token?: string;
    }
    Index

    Properties

    deniedScopes?: AccessScope[]
    error?: string
    expiresAt?: number
    grantedScopes?: AccessScope[]
    success: boolean
    token?: string