Back to Node Auth0

Interface ClientAuthenticationMethodPrivateKeyJwt

docs/interfaces/management.Management.ClientAuthenticationMethodPrivateKeyJwt.html

5.9.1964 B
Original Source

Interface ClientAuthenticationMethodPrivateKeyJwt

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 ClientAuthenticationMethodPrivateKeyJwt {
credentials: ClientAuthenticationMethodPrivateKeyJwtCredentials;
}

Index

Properties

credentials

Properties

credentials

credentials: ClientAuthenticationMethodPrivateKeyJwtCredentials

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties credentials