Interface AuthenticationRequest

  • All Superinterfaces:
    java.io.Serializable

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

      • getAuthenticationContext

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

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