paws.security.identity (version 0.1.0)

cognitoidentityprovider_resend_confirmation_code: Resends the confirmation (for confirmation of registration) to a specific user in the user pool

Description

Resends the confirmation (for confirmation of registration) to a specific user in the user pool.

Usage

cognitoidentityprovider_resend_confirmation_code(ClientId, SecretHash,
  UserContextData, Username, AnalyticsMetadata)

Arguments

ClientId

[required] The ID of the client associated with the user pool.

SecretHash

A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and username plus the client ID in the message.

UserContextData

Contextual data such as the user's device fingerprint, IP address, or location used for evaluating the risk of an unexpected event by Amazon Cognito advanced security.

Username

[required] The user name of the user to whom you wish to resend a confirmation code.

AnalyticsMetadata

The Amazon Pinpoint analytics metadata for collecting metrics for ResendConfirmationCode calls.

Request syntax

svc$resend_confirmation_code(
  ClientId = "string",
  SecretHash = "string",
  UserContextData = list(
    EncodedData = "string"
  ),
  Username = "string",
  AnalyticsMetadata = list(
    AnalyticsEndpointId = "string"
  )
)