We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm Sending the finalized JWT String in Header and expected to get a response as
{ AccessToken = ""; AppType = 0; BusinessId = "66d139e5-7797-4d37-8a9a-368df35f3664"; BusinessStatus = 0; ContactName = "Mike Andrew"; ContactNameDisplayFormat = ""; }
but I'm getting
{ accessToken = ""; appType = 0; businessId = "66d139e5-7797-4d37-8a9a-368df35f3664"; businessStatus = 0; contactName = "Mike Andrew"; contactNameDisplayFormat = ""; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm Sending the finalized JWT String in Header and expected to get a response as
{
AccessToken = "";
AppType = 0;
BusinessId = "66d139e5-7797-4d37-8a9a-368df35f3664";
BusinessStatus = 0;
ContactName = "Mike Andrew";
ContactNameDisplayFormat = "";
}
but I'm getting
{
accessToken = "";
appType = 0;
businessId = "66d139e5-7797-4d37-8a9a-368df35f3664";
businessStatus = 0;
contactName = "Mike Andrew";
contactNameDisplayFormat = "";
}
The text was updated successfully, but these errors were encountered: