Interface AuthenticationRequest

All Superinterfaces:
Serializable

public interface AuthenticationRequest extends Serializable
This class represents an OAuth 2.0 authentication request.
  • Method Details

    • getAuthenticationContext

      AuthenticationContext getAuthenticationContext()
      Get the AuthenticationContext.
      Returns:
      The AuthenticationContext.
    • toString

      String toString()
      Get the JSON string representation.
      Overrides:
      toString in class Object
      Returns:
      The JSON string representation.