Package com.lithic.api.models
Class AuthenticationRetrieveResponse.ChallengeMetadata.Builder
-
- All Implemented Interfaces:
public final class AuthenticationRetrieveResponse.ChallengeMetadata.BuilderA builder for ChallengeMetadata.
-
-
Method Summary
-
-
Method Detail
-
methodType
final AuthenticationRetrieveResponse.ChallengeMetadata.Builder methodType(AuthenticationRetrieveResponse.ChallengeMetadata.MethodType methodType)
The type of challenge method used for authentication.
-
methodType
final AuthenticationRetrieveResponse.ChallengeMetadata.Builder methodType(JsonField<AuthenticationRetrieveResponse.ChallengeMetadata.MethodType> methodType)
The type of challenge method used for authentication.
-
phoneNumber
final AuthenticationRetrieveResponse.ChallengeMetadata.Builder phoneNumber(String phoneNumber)
The phone number used for delivering the OTP. Relevant only for SMS_OTP method.
-
phoneNumber
final AuthenticationRetrieveResponse.ChallengeMetadata.Builder phoneNumber(Optional<String> phoneNumber)
The phone number used for delivering the OTP. Relevant only for SMS_OTP method.
-
phoneNumber
final AuthenticationRetrieveResponse.ChallengeMetadata.Builder phoneNumber(JsonField<String> phoneNumber)
The phone number used for delivering the OTP. Relevant only for SMS_OTP method.
-
additionalProperties
final AuthenticationRetrieveResponse.ChallengeMetadata.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuthenticationRetrieveResponse.ChallengeMetadata.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuthenticationRetrieveResponse.ChallengeMetadata.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuthenticationRetrieveResponse.ChallengeMetadata.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuthenticationRetrieveResponse.ChallengeMetadata.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuthenticationRetrieveResponse.ChallengeMetadata build()
-
-
-
-