{
"authProvider": "string",
"providerKey": "string",
"providerAccessCode": "string",
"returnUrl": "string",
"singleSignIn": true
}
curl --location --request POST '/api/TokenAuth/ExternalAuthenticate' \
--header 'Content-Type: application/json' \
--data-raw '{
"authProvider": "string",
"providerKey": "string",
"providerAccessCode": "string",
"returnUrl": "string",
"singleSignIn": true
}'
{
"accessToken": "string",
"encryptedAccessToken": "string",
"expireInSeconds": 0,
"waitingForActivation": true,
"returnUrl": "string",
"refreshToken": "string",
"refreshTokenExpireInSeconds": 0
}