You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i'm using the method "api / Tokens" generates the following error. Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderException: The security token included in the request is invalid.
on this line var response = await _identityProvider.AdminInitiateAuthAsync (request);
But when i use one idclient without secret key then this is ok
The text was updated successfully, but these errors were encountered:
when i'm using the method "api / Tokens" generates the following error.
Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderException: The security token included in the request is invalid.
on this line
var response = await _identityProvider.AdminInitiateAuthAsync (request);
But when i use one idclient without secret key then this is ok
The text was updated successfully, but these errors were encountered: