Package so.prelude.sdk.models
Class VerificationCreateParams.Options.AppRealm
-
- All Implemented Interfaces:
public final class VerificationCreateParams.Options.AppRealm
This allows you to automatically retrieve and fill the OTP code on mobile apps. Currently only Android devices are supported.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
VerificationCreateParams.Options.AppRealm.Builder
A builder for AppRealm.
public final class
VerificationCreateParams.Options.AppRealm.Platform
The platform the SMS will be sent to. We are currently only supporting "android".
-
Method Summary
Modifier and Type Method Description final VerificationCreateParams.Options.AppRealm.Platform
platform()
The platform the SMS will be sent to. final String
value()
The Android SMS Retriever API hash code that identifies your app. final JsonField<VerificationCreateParams.Options.AppRealm.Platform>
_platform()
The platform the SMS will be sent to. final JsonField<String>
_value()
The Android SMS Retriever API hash code that identifies your app. final Map<String, JsonValue>
_additionalProperties()
final VerificationCreateParams.Options.AppRealm
validate()
final VerificationCreateParams.Options.AppRealm.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static VerificationCreateParams.Options.AppRealm.Builder
builder()
Returns a mutable builder for constructing an instance of AppRealm. -
-
Method Detail
-
platform
final VerificationCreateParams.Options.AppRealm.Platform platform()
The platform the SMS will be sent to. We are currently only supporting "android".
-
_platform
final JsonField<VerificationCreateParams.Options.AppRealm.Platform> _platform()
The platform the SMS will be sent to. We are currently only supporting "android".
-
_value
final JsonField<String> _value()
The Android SMS Retriever API hash code that identifies your app.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final VerificationCreateParams.Options.AppRealm validate()
-
toBuilder
final VerificationCreateParams.Options.AppRealm.Builder toBuilder()
-
builder
final static VerificationCreateParams.Options.AppRealm.Builder builder()
Returns a mutable builder for constructing an instance of AppRealm.
The following fields are required:
.platform() .value()
-
-
-
-