Playing with JWT (Jason Web Token+Bearer)
// Create JSON string
string Approval(string referanceKey, string confirmationCode, string tenantIdentifierNumber)
{
string json = "{"
+ "\"referanceKey\": \"" + referanceKey + "\","
+ "\"confirmationCode\": \"" + confirma...
karatas.dev3 min read