Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MahdiKarimipour/d46112317c1b309c6dba4537171e3103 to your computer and use it in GitHub Desktop.
Save MahdiKarimipour/d46112317c1b309c6dba4537171e3103 to your computer and use it in GitHub Desktop.
SignIn Response for Pellerex Identity API
{
"user": {
"userId": "a3686...8b37",
"tenantId": "37fd7...940",
"tenantDomain": "https://app.contoso-finance.com",
"accessToken": "eyJhbIzNyIsIlRlbmF....pMqI4KUZ1w",
"refreshToken": "kcGqqnGLOfJpG....h1M06Vo=",
"email": "[email protected]",
"isSociallyAuthenticated": false,
"embeddedModeAuthentication": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment