The response from the authorization server will be as follows:
{
"access_token": "string_encrypted_access_token",
"expires_in": 86400,
"refresh_expires_in": 0,
"token_type": "Bearer",
"not-before-policy": 0,
"scope": "profile audience email",
"aud": "https://api.insights-periculum.io"
}