PasswordOptions

@JsonClass(generateAdapter = true)
data class PasswordOptions(val loginExpirationMinutes: Int? = null, val resetPasswordExpirationMinutes: Int? = null, val resetPasswordTemplateId: String? = null) : Parcelable

A data class representing options for configuring the Password product

Constructors

Link copied to clipboard
constructor(loginExpirationMinutes: Int? = null, resetPasswordExpirationMinutes: Int? = null, resetPasswordTemplateId: String? = null)

Properties

Link copied to clipboard

the number of minutes that a login request token is valid for

Link copied to clipboard

the number of minutes that a reset request token is valid for

Link copied to clipboard

The ID of an email template (defined in the Stytch Dashboard) for password resets