Class: KeycloakOauth::RefreshAuthenticationService

Inherits:
AuthenticationServiceBase show all
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

#session

Instance Method Summary collapse

Methods inherited from AuthenticationServiceBase

#authenticate

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