Class TokenEncryption
java.lang.Object
com.auth0.json.mgmt.resourceserver.TokenEncryption
Class that represents the token encryption associated with a
ResourceServer-
Constructor Summary
ConstructorsConstructorDescriptionTokenEncryption(String format, EncryptionKey encryptionKey) Create a new instance. -
Method Summary
-
Constructor Details
-
TokenEncryption
Create a new instance.- Parameters:
format- the value of theformatfield.encryptionKey- the value of theencryption_keyfield.
-
-
Method Details
-
getFormat
- Returns:
- the value of the
formatfield.
-
getEncryptionKey
- Returns:
- the value of the
encryption_keyfield.
-