Package com.nimbusds.oauth2.sdk
Interface Message
-
- All Known Subinterfaces:
AuthenticationResponse,ErrorResponse,Request,Response,SuccessResponse
- All Known Implementing Classes:
AbstractOptionallyAuthenticatedRequest,AbstractOptionallyIdentifiedRequest,AbstractRequest,AccessTokenResponse,AuthenticationErrorResponse,AuthenticationRequest,AuthenticationSuccessResponse,AuthorizationErrorResponse,AuthorizationRequest,AuthorizationResponse,AuthorizationServerConfigurationRequest,AuthorizationSuccessResponse,BackChannelLogoutRequest,ClientDeleteRequest,ClientInformationResponse,ClientReadRequest,ClientRegistrationErrorResponse,ClientRegistrationRequest,ClientRegistrationResponse,ClientUpdateRequest,DeviceAuthorizationErrorResponse,DeviceAuthorizationRequest,DeviceAuthorizationResponse,DeviceAuthorizationSuccessResponse,LogoutRequest,OIDCClientInformationResponse,OIDCClientRegistrationRequest,OIDCClientUpdateRequest,OIDCProviderConfigurationRequest,OIDCTokenResponse,ProtectedResourceRequest,PushedAuthorizationErrorResponse,PushedAuthorizationRequest,PushedAuthorizationResponse,PushedAuthorizationSuccessResponse,RequestObjectPOSTErrorResponse,RequestObjectPOSTRequest,RequestObjectPOSTResponse,RequestObjectPOSTSuccessResponse,TokenErrorResponse,TokenIntrospectionErrorResponse,TokenIntrospectionRequest,TokenIntrospectionResponse,TokenIntrospectionSuccessResponse,TokenRequest,TokenResponse,TokenRevocationRequest,UserInfoErrorResponse,UserInfoRequest,UserInfoResponse,UserInfoSuccessResponse
public interface Message
Marker interface for OAuth 2.0 authorisation framework messages.