Interface AuthenticationRequest
-
- All Superinterfaces:
java.io.Serializable
public interface AuthenticationRequest extends java.io.Serializable
This class represents an OAuth 2.0 authentication request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationContext
getAuthenticationContext()
Get the AuthenticationContext.java.lang.String
toString()
Get the JSON string representation.
-
-
-
Method Detail
-
getAuthenticationContext
AuthenticationContext getAuthenticationContext()
Get the AuthenticationContext.- Returns:
- The AuthenticationContext.
-
toString
java.lang.String toString()
Get the JSON string representation.- Overrides:
toString
in classjava.lang.Object
- Returns:
- The JSON string representation.
-
-