Interface AuthenticationRequest
- All Superinterfaces:
Serializable
This class represents an OAuth 2.0 authentication request.
-
Method Summary
Modifier and TypeMethodDescriptionGet the AuthenticationContext.toString()
Get the JSON string representation.
-
Method Details
-
getAuthenticationContext
AuthenticationContext getAuthenticationContext()Get the AuthenticationContext.- Returns:
- The AuthenticationContext.
-
toString
String toString()Get the JSON string representation.
-