Interface AuthenticationResponse

All Superinterfaces:
Message, Response
All Known Implementing Classes:
AuthenticationErrorResponse, AuthenticationSuccessResponse

public interface AuthenticationResponse extends Response
OpenID Connect authentication response.

Related specifications:

  • OpenID Connect Core 1.0, sections 3.1.2.5. and 3.1.2.6.
  • Method Details