cognitoidentityprovider_verify_user_attribute: Verifies the specified user attributes in the user pool
Description
Verifies the specified user attributes in the user pool.
Usage
cognitoidentityprovider_verify_user_attribute(AccessToken,
AttributeName, Code)
Arguments
AccessToken
[required] Represents the access token of the request to verify user attributes.
AttributeName
[required] The attribute name in the request to verify user attributes.
Code
[required] The verification code in the request to verify user attributes.
Request syntax
svc$verify_user_attribute(
AccessToken = "string",
AttributeName = "string",
Code = "string"
)