Package com.stytch.sdk.b2b.otp
Class OTP.Email.Discovery.AuthenticateParameters
-
- All Implemented Interfaces:
public final class OTP.Email.Discovery.AuthenticateParametersA data class wrapping the parameters needed to authenticate an Email Discovery OTP
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringcodeprivate final StringemailAddress
-
Constructor Summary
Constructors Constructor Description OTP.Email.Discovery.AuthenticateParameters(String code, String emailAddress)
-
Method Summary
Modifier and Type Method Description final StringgetCode()The OTP to authenticate final StringgetEmailAddress()The email address of the member
-