Package com.stytch.sdk.b2b.passwords
Class Passwords.Discovery.AuthenticateParameters
-
- All Implemented Interfaces:
public final class Passwords.Discovery.AuthenticateParametersA data class used for wrapping the parameters used in a Passwords.Discovery.Authenticate call
-
-
Field Summary
Fields Modifier and Type Field Description private final StringemailAddressprivate final Stringpassword
-
Constructor Summary
Constructors Constructor Description Passwords.Discovery.AuthenticateParameters(String emailAddress, String password)
-
Method Summary
Modifier and Type Method Description final StringgetEmailAddress()The email attempting to login.
final StringgetPassword()The password for the email address.
-
-
Method Detail
-
getEmailAddress
final String getEmailAddress()
The email attempting to login.
-
getPassword
final String getPassword()
The password for the email address.
-
-
-