Back to Node Auth0

Interface CimdMappedClientAuthenticationMethods

docs/interfaces/management.Management.CimdMappedClientAuthenticationMethods.html

5.9.1996 B
Original Source

Interface CimdMappedClientAuthenticationMethods

Client authentication methods derived from the JWKS document

interface CimdMappedClientAuthenticationMethods {
private_key_jwt?: CimdMappedClientAuthenticationMethodsPrivateKeyJwt;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

private_key_jwt?

Properties

Optionalprivate_key_jwt

private_key_jwt?: CimdMappedClientAuthenticationMethodsPrivateKeyJwt

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties private_key_jwt