Package com.stytch.sdk.b2b.passwords
Class Passwords.ResetBySessionParameters
-
- All Implemented Interfaces:
public final class Passwords.ResetBySessionParametersData class used for wrapping parameters used with Passwords StrengthCheck endpoint
-
-
Field Summary
Fields Modifier and Type Field Description private final StringorganizationIdprivate final Stringpasswordprivate final Localelocale
-
Constructor Summary
Constructors Constructor Description Passwords.ResetBySessionParameters(String organizationId, String password, Locale locale)
-
Method Summary
Modifier and Type Method Description final StringgetOrganizationId()is the member's organization ID final StringgetPassword()is the new password to set final LocalegetLocale()-
-
Method Detail
-
getOrganizationId
final String getOrganizationId()
is the member's organization ID
-
getPassword
final String getPassword()
is the new password to set
-
getLocale
final Locale getLocale()
-
-
-
-