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

    Interface IntrospectRequest

    IntrospectRequest models RFC 7662 token introspection parameters.

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

    Properties

    Properties

    token: string
    tokenTypeHint: string

    token_type_hint is "access_token" or "refresh_token".