Package com.auth0.json.mgmt.client
Class SignedRequest
java.lang.Object
com.auth0.json.mgmt.client.SignedRequest
Class that represents an Auth0 Application signed request object. Related to the
ClientsEntity entity.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCredentials(List<Credential> credentials) Sets the value of thecredentialsfieldvoidsetRequired(Boolean required)
-
Constructor Details
-
SignedRequest
public SignedRequest()
-
-
Method Details
-
getCredentials
- Returns:
- the value of the
credentialsfield
-
setCredentials
Sets the value of thecredentialsfield- Parameters:
credentials- the value of thecredentialsfield
-
getRequired
-
setRequired
-