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()
Returns the raw JSON value of platform. final JsonField<String>
_value()
Returns the raw JSON value of value. final Map<String, JsonValue>
_additionalProperties()
final VerificationCreateParams.Options.AppRealm.Builder
toBuilder()
final VerificationCreateParams.Options.AppRealm
validate()
final Boolean
isValid()
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()
Returns the raw JSON value of platform.
Unlike platform, this method doesn't throw if the JSON field has an unexpected type.
-
_value
final JsonField<String> _value()
Returns the raw JSON value of value.
Unlike value, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final VerificationCreateParams.Options.AppRealm.Builder toBuilder()
-
validate
final VerificationCreateParams.Options.AppRealm validate()
-
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()
-
-
-
-