struct

KemalIdentity::Accounts::PasswordWasReset

Inherits Struct < Value < Object

A password was set from a valid reset link.

Constructors

new(account_id : String, revoked_sessions : Int32)
Source

Instance methods

account_id
Source
revoked_sessions

How many sessions were ended. A credential change evicts whoever knew the old one.

Source