Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface ClientSignedRequestObjectWithCredentialId

    JWT-secured Authorization Requests (JAR) settings.

    interface ClientSignedRequestObjectWithCredentialId {
        required?: boolean;
        credentials?: CredentialId[];
    }
    Index

    Properties

    required?: boolean

    Indicates whether the JAR requests are mandatory

    credentials?: CredentialId[]