first call to cognito method is slow

0

Hi, the first call to the two methods below is very slow and after the same calls become fast. do you know why ? Method 1: var user = new CognitoUser(...) AuthFlowResponse resp = await user.StartWithCustomAuthAsync(new InitiateCustomAuthRequest()....)

Method 2: RespondToAuthChalengeResponse verresponse = await provider.ResponseToAuthChallengeAsync(new RespondToAuthChalenge(){...}) thank you in advance best regards

asked 2 years ago67 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions