Class: KeycloakOauth::RefreshAuthenticationService
- Inherits:
-
AuthenticationServiceBase
- Object
- AuthenticationServiceBase
- KeycloakOauth::RefreshAuthenticationService
- Defined in:
- app/services/keycloak_oauth/refresh_authentication_service.rb
Constant Summary
Constants inherited from AuthenticationServiceBase
AuthenticationServiceBase::ACCESS_TOKEN_EXPIRES_IN, AuthenticationServiceBase::ACCESS_TOKEN_KEY, AuthenticationServiceBase::REFRESH_TOKEN_EXPIRES_IN, AuthenticationServiceBase::REFRESH_TOKEN_KEY
Instance Attribute Summary
Attributes inherited from AuthenticationServiceBase
Instance Method Summary collapse
-
#initialize(session:) ⇒ RefreshAuthenticationService
constructor
A new instance of RefreshAuthenticationService.
Methods inherited from AuthenticationServiceBase
Constructor Details
#initialize(session:) ⇒ RefreshAuthenticationService
Returns a new instance of RefreshAuthenticationService.
4 5 6 |
# File 'app/services/keycloak_oauth/refresh_authentication_service.rb', line 4 def initialize(session:) super end |