Package com.auth0.json.mgmt.client
Class ClientAuthenticationMethods
java.lang.Object
com.auth0.json.mgmt.client.ClientAuthenticationMethods
Class that represents an Auth0 Application authentication methods. Related to the
ClientsEntity entity.-
Constructor Summary
ConstructorsConstructorDescriptionClientAuthenticationMethods(PrivateKeyJwt privateKeyJwt) Create a new instance.ClientAuthenticationMethods(PrivateKeyJwt privateKeyJwt, SelfSignedTLSClientAuth selfSignedTLSClientAuth) Create a new instance.ClientAuthenticationMethods(PrivateKeyJwt privateKeyJwt, SelfSignedTLSClientAuth selfSignedTLSClientAuth, TLSClientAuth tlsClientAuth) Create a new instance. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ClientAuthenticationMethods
public ClientAuthenticationMethods() -
ClientAuthenticationMethods
Create a new instance.- Parameters:
privateKeyJwt- the value of theprivate_key_jwtfield.
-
ClientAuthenticationMethods
public ClientAuthenticationMethods(PrivateKeyJwt privateKeyJwt, SelfSignedTLSClientAuth selfSignedTLSClientAuth) Create a new instance.- Parameters:
privateKeyJwt- the value of theprivate_key_jwtfield.selfSignedTLSClientAuth- the value of theself_signed_tls_client_authfield.
-
ClientAuthenticationMethods
public ClientAuthenticationMethods(PrivateKeyJwt privateKeyJwt, SelfSignedTLSClientAuth selfSignedTLSClientAuth, TLSClientAuth tlsClientAuth) Create a new instance.- Parameters:
privateKeyJwt- the value of theprivate_key_jwtfield.selfSignedTLSClientAuth- the value of theself_signed_tls_client_authfield.tlsClientAuth- the value of thetls_client_authfield.
-
-
Method Details
-
getPrivateKeyJwt
-
getSelfSignedTLSClientAuth
- Returns:
- the value of the
self_signed_tls_client_authfield
-
getTlsClientAuth
- Returns:
- the value of the
tls_client_authfield
-