Class PrivateKeyJwt

java.lang.Object
com.auth0.json.mgmt.client.PrivateKeyJwt

public class PrivateKeyJwt extends Object
Class that represents an Auth0 Application private key JWT authentication method. Related to the ClientsEntity entity.
  • Constructor Details

    • PrivateKeyJwt

      public PrivateKeyJwt()
      Create a new instance
    • PrivateKeyJwt

      public PrivateKeyJwt(List<Credential> credentials)
      Create a new instance
      Parameters:
      credentials - the credentials to use
  • Method Details

    • getCredentials

      public List<Credential> getCredentials()
      Returns:
      the credentials