v7

latestSwagger 2.0raw.githubusercontent.com2018-09-139720.1 KB
Authentication

Obtain an ID Token

Exchange en authorization code for an ID Token or Access Token.

This endpoint supports both client_secret_basic (default) and client_secret_basic authentication methods, as specified by the client's token_endpoint_auth_method.

post/token

Headers

Authorizationstring

HTTP Basic authorization header.

Response

Token response

token_typestring required
access_tokenstring

The access token issued by the authorization server.

id_tokenstring

ID Token value associated with the authenticated session.

refresh_tokenstring

The refresh token issued to the client, if any.

expires_ininteger

The lifetime in seconds of the access token.

expires_atinteger

The time the access token will expire in seconds since epoch.

scopestring

The scope of the granted tokens.