Back to Node Auth0

Interface ClientCreateAuthenticationMethod

docs/interfaces/management.Management.ClientCreateAuthenticationMethod.html

5.9.11.8 KB
Original Source

Interface ClientCreateAuthenticationMethod

Defines client authentication methods.

interface ClientCreateAuthenticationMethod {
private_key_jwt?: ClientCreateAuthenticationMethodPrivateKeyJwt;
tls_client_auth?: ClientCreateAuthenticationMethodTlsClientAuth;
self_signed_tls_client_auth?: CreateClientAuthenticationMethodSelfSignedTlsClientAuth;
}

Index

Properties

private_key_jwt?tls_client_auth?self_signed_tls_client_auth?

Properties

Optionalprivate_key_jwt

private_key_jwt?: ClientCreateAuthenticationMethodPrivateKeyJwt

Optionaltls_client_auth

tls_client_auth?: ClientCreateAuthenticationMethodTlsClientAuth

Optionalself_signed_tls_client_auth

self_signed_tls_client_auth?: CreateClientAuthenticationMethodSelfSignedTlsClientAuth

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties private_key_jwttls_client_authself_signed_tls_client_auth