auth.provider API
    Preparing search index...

    Interface GrantPolicyRequest

    interface GrantPolicyRequest {
        actorTokenType?: string;
        clientId?: string;
        extras?: Record<string, unknown>;
        grantType: string;
        originalScope?: readonly string[];
        requestedAudience?: readonly string[];
        requestedScope?: readonly string[];
        resource?: readonly string[];
        subject?: string;
        subjectTokenType?: string;
    }
    Index

    Properties

    actorTokenType?: string
    clientId?: string
    extras?: Record<string, unknown>
    grantType: string
    originalScope?: readonly string[]
    requestedAudience?: readonly string[]
    requestedScope?: readonly string[]
    resource?: readonly string[]
    subject?: string
    subjectTokenType?: string