You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your documentation is very clear regarding the Response we should expect from successful calls to both signIn[Silent|Interactively]:
{
token: 'eyJ0eXAiOiJKV1QiLCJub...',
account: {
id: 'abc-someguid-123',
username: '[email protected]',
claims: [
{key: "name", value: "Robins, Walter"},
{key: "ver", value: "2.0"},
{ ... }
]
}
}
However, I am only seeing the token (what appears to be a token anyway). Not an JSON object.
Can you please assist?
Thank you
The text was updated successfully, but these errors were encountered:
@Horbee: yes, that is what I implemented. Works fine, just an extra call. I see in the Alpha version of this plug-in, this is seems resolved. Although, it's been in alpha for quite a while. Thank you.
Hello:
Your documentation is very clear regarding the Response we should expect from successful calls to both signIn[Silent|Interactively]:
{
token: 'eyJ0eXAiOiJKV1QiLCJub...',
account: {
id: 'abc-someguid-123',
username: '[email protected]',
claims: [
{key: "name", value: "Robins, Walter"},
{key: "ver", value: "2.0"},
{ ... }
]
}
}
However, I am only seeing the token (what appears to be a token anyway). Not an JSON object.
Can you please assist?
Thank you
The text was updated successfully, but these errors were encountered: