cognitoidentityprovider_verify_user_attribute {paws.security.identity} | R Documentation |
Verifies the specified user attributes in the user pool
Description
Verifies the specified user attributes in the user pool.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_verify_user_attribute/ for full documentation.
Usage
cognitoidentityprovider_verify_user_attribute(AccessToken, AttributeName, Code)
Arguments
AccessToken |
[required] A valid access token that Amazon Cognito issued to the user whose user attributes you want to verify. |
AttributeName |
[required] The attribute name in the request to verify user attributes. |
Code |
[required] The verification code in the request to verify user attributes. |
[Package paws.security.identity version 0.9.0 Index]