Logged in

Code

Requests that set response_type to code will receive a code which can be exchanged for the user's id and access tokens at the token endpoint.

Code:


Tokens

Requests that set response_type to token will receive the user's id and access tokens directly. This is called an implicit grant.

Id token:


Access token: