@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.731Z") @Stability(value=Experimental) public interface AutoVerifiedAttrs extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AutoVerifiedAttrs.Builder
A builder for
AutoVerifiedAttrs |
static class |
AutoVerifiedAttrs.Jsii$Proxy
An implementation for
AutoVerifiedAttrs |
| Modifier and Type | Method and Description |
|---|---|
static AutoVerifiedAttrs.Builder |
builder() |
default Boolean |
getEmail()
(experimental) Whether the email address of the user should be auto verified at sign up.
|
default Boolean |
getPhone()
(experimental) Whether the phone number of the user should be auto verified at sign up.
|
@Stability(value=Experimental) @Nullable default Boolean getEmail()
Note: If both email and phone is set, Cognito only verifies the phone number. To also verify email, see here -
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-email-phone-verification.html
Default: - true, if email is turned on for `signIn`. false, otherwise.
@Stability(value=Experimental) @Nullable default Boolean getPhone()
Default: - true, if phone is turned on for `signIn`. false, otherwise.
@Stability(value=Experimental) static AutoVerifiedAttrs.Builder builder()
AutoVerifiedAttrs.Builder of AutoVerifiedAttrsCopyright © 2021. All rights reserved.