Amazon Cognito · Example Payload

Cognito Idp Get User Pool Mfa Config Response Example

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

Cognito Idp Get User Pool Mfa Config Response Example is an example object payload from Amazon Cognito, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

SmsMfaConfigurationSoftwareTokenMfaConfigurationMfaConfiguration

Example Payload

Raw ↑
{
  "SmsMfaConfiguration": "example-value",
  "SoftwareTokenMfaConfiguration": "eyJhbGciOiJSUzI1NiJ9...",
  "MfaConfiguration": "example-value"
}