Last active
March 26, 2024 02:24
-
-
Save MahdiKarimipour/d46112317c1b309c6dba4537171e3103 to your computer and use it in GitHub Desktop.
SignIn Response for Pellerex Identity API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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