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

    Interface PrivateKeyJwt

    Defines private_key_jwt client authentication method. If this property is defined, the client is enabled to use the Private Key JWT authentication method.

    interface PrivateKeyJwt {
        credentials: PrivateKeyJwtCredentials;
    }
    Index

    Properties

    Properties