| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthMFAConfig |
CreateBackendAuthMFAConfig.clone() |
CreateBackendAuthMFAConfig |
CreateBackendAuthUserPoolConfig.getMfa()
Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a
part of your Amplify project.
|
CreateBackendAuthMFAConfig |
CreateBackendAuthMFAConfig.withMFAMode(MFAMode mFAMode)
Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.
|
CreateBackendAuthMFAConfig |
CreateBackendAuthMFAConfig.withMFAMode(String mFAMode)
Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.
|
CreateBackendAuthMFAConfig |
CreateBackendAuthMFAConfig.withSettings(Settings settings)
Describes the configuration settings and methods for your Amplify app users to use MFA.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBackendAuthUserPoolConfig.setMfa(CreateBackendAuthMFAConfig mfa)
Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a
part of your Amplify project.
|
CreateBackendAuthUserPoolConfig |
CreateBackendAuthUserPoolConfig.withMfa(CreateBackendAuthMFAConfig mfa)
Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a
part of your Amplify project.
|
Copyright © 2021. All rights reserved.