OAuth Client


The OAuth Client Application's goals are the following:

  • To request a token from an Authorization Server with the obtained assertion.
  • To request the resource on behalf of the user with the token.

OAuth Client's Architecture: