Package com.nimbusds.oauth2.sdk

Classes for representing, serialising and parsing OAuth 2.0 client requests and authorisation server responses.

Authorisation endpoint messages:

Token endpoint messages:

  • TokenRequest The client requests an access token and optional refresh token using a previously issued authorisation code or other valid grant.
  • TokenResponse The server responds with an access token or returns an error:

Token introspection endpoint messages:

Token revocation endpoint messages:

Protected resource messages: