Class TokenEncryption

java.lang.Object
com.auth0.json.mgmt.resourceserver.TokenEncryption

public class TokenEncryption extends Object
Class that represents the token encryption associated with a ResourceServer
  • Constructor Details

    • TokenEncryption

      public TokenEncryption(String format, EncryptionKey encryptionKey)
      Create a new instance.
      Parameters:
      format - the value of the format field.
      encryptionKey - the value of the encryption_key field.
  • Method Details

    • getFormat

      public String getFormat()
      Returns:
      the value of the format field.
    • getEncryptionKey

      public EncryptionKey getEncryptionKey()
      Returns:
      the value of the encryption_key field.