Amazon Cognito · Example Payload

Cognito Idp Verification Message Template Type Example

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

Cognito Idp Verification Message Template Type Example is an example object payload from Amazon Cognito, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

SmsMessageEmailMessageEmailSubjectEmailMessageByLinkEmailSubjectByLinkDefaultEmailOption

Example Payload

Raw ↑
{
  "SmsMessage": "example-value",
  "EmailMessage": "user@example.com",
  "EmailSubject": "user@example.com",
  "EmailMessageByLink": "user@example.com",
  "EmailSubjectByLink": "user@example.com",
  "DefaultEmailOption": "user@example.com"
}