class
Circed::Services::AuthenticationManager
- Circed::Services::AuthenticationManager
- Reference
- Object
Overview
Authentication manager for handling ongoing sessions
Defined in:
circed/services/authentication_service.crConstructors
Instance Method Summary
- #cleanup_expired_sessions
- #complete_authentication(identifier : String, credentials : Core::AuthenticationCredentials) : Core::AuthenticationResult
- #get_session(identifier : String) : AuthenticationSession | Nil
- #start_session(identifier : String) : AuthenticationSession
Constructor Detail
Instance Method Detail
def complete_authentication(identifier : String, credentials : Core::AuthenticationCredentials) : Core::AuthenticationResult
#