Token endpoint
Token endpoint được thiết kế theo đặc tả tại https://tools.ietf.org/html/rfc6749#section-4
/oauth2/token
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"access_token": "string",
"expires_in": 0,
"id_token": 0,
"refresh_token": "string",
"scope": 0,
"token_type": "string"
}Last updated
Was this helpful?