3.2.5 Message Processing Events and Sequencing Rules
The resources accessed and manipulated by this protocol are defined in [RFC6749] and are shown below for reference.
|
Resource |
Description |
|---|---|
|
Token endpoint (/token) |
As defined in [RFC6749] section 3.2 (Token Endpoint), the token endpoint on the authorization server is used by an OAuth 2.0 client to obtain an access token by presenting its authorization grant or refresh token. |
|
Authorization endpoint (/authorize) |
As defined in [RFC6749] section 3.1 (Authorization Endpoint), the authorization endpoint is used to interact with the resource owner and obtain an authorization grant. |
The HTTP responses to all the HTTP methods are defined in corresponding sections of [RFC6749].