Package com.stytch.sdk.b2b.passwords
Class Passwords.Discovery.ResetByEmailParameters
-
- All Implemented Interfaces:
public final class Passwords.Discovery.ResetByEmailParametersA data class used for wrapping the parameters used in a Passwords.Discovery.ResetByEmail call
-
-
Field Summary
Fields Modifier and Type Field Description private final StringpasswordResetTokenprivate final Stringpasswordprivate final Localelocale
-
Constructor Summary
Constructors Constructor Description Passwords.Discovery.ResetByEmailParameters(String passwordResetToken, String password, Locale locale)
-
Method Summary
Modifier and Type Method Description final StringgetPasswordResetToken()The token to authenticate.
final StringgetPassword()The new password for the Member.
final LocalegetLocale()-
-
Method Detail
-
getPasswordResetToken
final String getPasswordResetToken()
The token to authenticate.
-
getPassword
final String getPassword()
The new password for the Member.
-
getLocale
final Locale getLocale()
-
-
-