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

    Interface SetCustomSigningKeysRequestContent

    {
    * keys: [{
    * kty: "EC"
    * }]
    * }
    interface SetCustomSigningKeysRequestContent {
        keys: CustomSigningKeyJwk[];
    }
    Index

    Properties

    Properties

    An array of custom public signing keys.