Interface IdentityPlatformConfigSignInPhoneNumber
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IdentityPlatformConfigSignInPhoneNumber.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.671Z") @Stability(Stable) public interface IdentityPlatformConfigSignInPhoneNumber extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentityPlatformConfigSignInPhoneNumber.BuilderA builder forIdentityPlatformConfigSignInPhoneNumberstatic classIdentityPlatformConfigSignInPhoneNumber.Jsii$ProxyAn implementation forIdentityPlatformConfigSignInPhoneNumber
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static IdentityPlatformConfigSignInPhoneNumber.Builderbuilder()ObjectgetEnabled()Whether phone number auth is enabled for the project or not.default Map<String,String>getTestPhoneNumbers()A map of <test phone number, fake code> that can be used for phone auth testing.
-
-
-
Method Detail
-
getEnabled
@Stability(Stable) @NotNull Object getEnabled()
Whether phone number auth is enabled for the project or not.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#enabled IdentityPlatformConfig#enabled}
-
getTestPhoneNumbers
@Stability(Stable) @Nullable default Map<String,String> getTestPhoneNumbers()
A map of <test phone number, fake code> that can be used for phone auth testing.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#test_phone_numbers IdentityPlatformConfig#test_phone_numbers}
-
builder
@Stability(Stable) static IdentityPlatformConfigSignInPhoneNumber.Builder builder()
-
-