@valon-technologies/gestalt
    Preparing search index...

    Interface IntrospectResponse

    IntrospectResponse models RFC 7662 token introspection response fields.

    interface IntrospectResponse {
        active: boolean;
        subject: string;
        scope: string;
        clientId: string;
        audience: string[];
    }
    Index

    Properties

    active: boolean
    subject: string
    scope: string
    clientId: string
    audience: string[]