enum

KemalIdentity::Accounts::ActionRejected::Reason

Inherits Enum < Comparable < Value < Object

Constants

InvalidToken = 0

Expired, already used, for a different purpose, or never issued. Deliberately one reason for all four -- separating them would let somebody probe which links exist.

PasswordUnacceptable = 1

The new password failed the application's Policy.

Instance methods

invalid_token?

Returns true if this enum value equals InvalidToken

Source
password_unacceptable?

Returns true if this enum value equals PasswordUnacceptable

Source