Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AWSMobileClient] Support ClientMetaData in verifyUserAttribute, resendSignUpCode, updateUserAttributes #2872

Merged
merged 1 commit into from Jul 27, 2020

Conversation

lawmicha
Copy link
Member

@lawmicha lawmicha commented Jul 23, 2020

Issue #, if available:

Description of changes:
This adds support for clientMetaData in AWSMobileClient for 3 APIs

  1. verifyUserAttribute -> AWSMobileClientUserDetails.verifyUserAttribute -> getUserAttributeVerificationCode
  2. resendSignUpCode -> resendConfirmationCode
  3. updateUserAttributes -> AWSMobileClientUserDetails.updateUserAttributes -> update(attributes)

reference
https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_GetUserAttributeVerificationCode.html
https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ResendConfirmationCode.html
https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateUserAttributes.html

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@lawmicha lawmicha requested review from wooj2 and royjit July 23, 2020 18:14
@lawmicha lawmicha changed the base branch from main to develop July 23, 2020 18:14
@lawmicha lawmicha self-assigned this Jul 27, 2020
@lawmicha lawmicha merged commit 60d3bd3 into develop Jul 27, 2020
@lawmicha lawmicha deleted the feature/client-metadata branch July 27, 2020 16:50
gabek pushed a commit to KeepSafe/aws-sdk-ios that referenced this pull request Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants