HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"access_token" : "accesstoken",
"token_type" : "Bearer",
"expires_in" : 3600,
"id_token" : "id_token"
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"access_token" : "accesstoken",
"token_type" : "Bearer",
"expires_in" : 3600,
"id_token" : "id_token"
}