Skip to content

Commit

Permalink
Merge pull request #258 from okojoalg/feature/add-client-metadata-to-…
Browse files Browse the repository at this point in the history
…param-of-respond-to-auth-challenge

Added ClientMetaData to a parameter of respondToAuthChallenge
  • Loading branch information
furaiev authored May 12, 2024
2 parents 74783ae + 39bc1ac commit e2adcdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/cognito_user.dart
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,7 @@ class CognitoUser {
'ClientId': pool.getClientId(),
'ChallengeResponses': challengeResponses,
'Session': data['Session'],
'ClientMetadata': authDetails.getValidationData(),
};

if (getUserContextData() != null) {
Expand Down

0 comments on commit e2adcdf

Please sign in to comment.