@Stability(value=Experimental) @Internal public static final class SignInAliases.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SignInAliases
SignInAliasessoftware.amazon.jsii.JsiiObject.InitializationModeSignInAliases.Builder, SignInAliases.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Boolean email,
Boolean phone,
Boolean preferredUsername,
Boolean username)
Constructor that initializes the object based on literal property values passed by the
SignInAliases.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getEmail()
(experimental) Whether a user is allowed to sign up or sign in with an email address.
|
Boolean |
getPhone()
(experimental) Whether a user is allowed to sign up or sign in with a phone number.
|
Boolean |
getPreferredUsername()
(experimental) Whether a user is allowed to sign in with a secondary username, that can be set and modified after sign up.
|
Boolean |
getUsername()
(experimental) Whether user is allowed to sign up or sign in with a username.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Boolean email, Boolean phone, Boolean preferredUsername, Boolean username)
SignInAliases.Builder.public final Boolean getEmail()
SignInAliasesDefault: false
getEmail in interface SignInAliasespublic final Boolean getPhone()
SignInAliasesDefault: false
getPhone in interface SignInAliasespublic final Boolean getPreferredUsername()
SignInAliases
Can only be used in conjunction with USERNAME.
Default: false
getPreferredUsername in interface SignInAliasespublic final Boolean getUsername()
SignInAliasesDefault: true
getUsername in interface SignInAliases@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.