Skip to content

Glossary

Resource Server

The resource server is the OAuth 2.0 term for your API server. The resource server handles authenticated requests after the client has obtained an access token.

Client

The application attempting to gain access to the resource server. The client must have an OAuthClient

Released under the MIT License.