Slide 20
Slide 20 text
Access Token Response (v1.0)
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{ "token_type":"Bearer",
"scope":"Files.Read Files.Read.All User.Read",
"expires_in":"3599",
"ext_expires_in":"0",
"expires_on":"1503394903",
"not_before":"1503391003",
"resource":"https://graph.microsoft.com",
"access_token":"eyJ0eXAi...",
"refresh_token":"AQABAAAA...",
"id_token":"eyJ0eXAi..." }
20