class

Patty::Auth::Data

Inherits YAML::Serializable < Reference < Object

Constructors

new(password_hash : String, generation : String, password_algorithm : String = PASSWORD_ALGORITHM, mfa : MfaState | Nil = nil, version : Int32 = VERSION)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

generation
Source
generation=(generation : String)
Source
mfa=(mfa : MfaState | Nil)
Source
password_algorithm
Source
password_algorithm=(password_algorithm : String)
Source
password_hash
Source
password_hash=(password_hash : String)
Source
version
Source
version=(version : Int32)
Source