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

    Interface IntrospectRequest

    RFC 7662 token introspection request parameters.

    interface IntrospectRequest {
        token: string;
        tokenTypeHint?: string;
    }
    Index

    Properties

    token: string
    tokenTypeHint?: string