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

    Interface SetCustomSigningKeysResponseContent

    JWKS representing an array of custom public signing keys.

    interface SetCustomSigningKeysResponseContent {
        keys?: CustomSigningKeyJwk[];
    }
    Index

    Properties

    Properties

    An array of custom public signing keys.