class DomoscioAdmin::AuthorizationToken::Manager
Token Manager
Public Class Methods
storage()
click to toggle source
# File lib/domoscio_admin/authorization_token.rb, line 6 def storage @storage ||= DomoscioAdmin.configuration.file_storage ? FileStorage.new : ManualSetting.new end
token()
click to toggle source
# File lib/domoscio_admin/authorization_token.rb, line 10 def token storage.get end