Anybody is having issue retrieving the token Docusign.eSign version 8.0.0 on dot.net 4.8?
aToken = docuSignClient.RequestJWTUserTokenAsync(clientId,
impersonatedUserId,
oAuthBaseUri,
privateKeyBytes,
tokenExpiry,
scopes, token)
Return aToken.Result ‘←- this never returns, neither the timeout token kick in. It’s stuck and go no where forever.