AccessToken
access_tokenstringrequired
Example:
access-token-sample
token_typestring
Example:
Bearer
expires_innumber
Example:
3600
refresh_tokenstring
Example:
refresh-token-sample
c_noncestring
Example:
c-nonce-sample
c_nonce_expires_innumber
Example:
300
authorization_details object[]required
Array [
typestringrequired
Example:
openid_credential
credential_configuration_idstringrequired
Example:
cred-config-123
credential_identifiersstring[]required
Example:
["id1","id2"]
]
AccessToken
{
"access_token": "access-token-sample",
"token_type": "Bearer",
"expires_in": 3600,
"refresh_token": "refresh-token-sample",
"c_nonce": "c-nonce-sample",
"c_nonce_expires_in": 300,
"authorization_details": [
{
"type": "openid_credential",
"credential_configuration_id": "cred-config-123",
"credential_identifiers": [
"id1",
"id2"
]
}
]
}