Class: Aws::CognitoIdentityProvider::Types::SoftwareTokenMfaConfigType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Configures a user pool for time-based one-time password (TOTP) multi-factor authentication (MFA). Enables or disables TOTP.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Specifies whether software token MFA is activated.

Returns:

  • (Boolean)


8343
8344
8345
8346
8347
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8343

class SoftwareTokenMfaConfigType < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end