class
Circed::Services::AuthenticationSession
- Circed::Services::AuthenticationSession
- Reference
- Object
Overview
Authentication state management
Defined in:
circed/services/authentication_service.crConstructors
Instance Method Summary
- #attempts : Int32
- #attempts=(attempts : Int32)
- #complete? : Bool
- #credentials : Core::AuthenticationCredentials | Nil
- #credentials=(credentials : Core::AuthenticationCredentials | Nil)
- #expired? : Bool
- #failed? : Bool
- #record_attempt
- #started_at : Time
- #started_at=(started_at : Time)
- #state : AuthenticationState
- #state=(state : AuthenticationState)
- #too_many_attempts? : Bool