Back to Node Auth0

Interface ClientAuthenticationMethod

docs/interfaces/management.Management.ClientAuthenticationMethod.html

5.9.11.7 KB
Original Source

Interface ClientAuthenticationMethod

Defines client authentication methods.

interface ClientAuthenticationMethod {
private_key_jwt?: ClientAuthenticationMethodPrivateKeyJwt;
tls_client_auth?: ClientAuthenticationMethodTlsClientAuth;
self_signed_tls_client_auth?: ClientAuthenticationMethodSelfSignedTlsClientAuth;
}

Index

Properties

private_key_jwt?tls_client_auth?self_signed_tls_client_auth?

Properties

Optionalprivate_key_jwt

private_key_jwt?: ClientAuthenticationMethodPrivateKeyJwt

Optionaltls_client_auth

tls_client_auth?: ClientAuthenticationMethodTlsClientAuth

Optionalself_signed_tls_client_auth

self_signed_tls_client_auth?: ClientAuthenticationMethodSelfSignedTlsClientAuth

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties private_key_jwttls_client_authself_signed_tls_client_auth