Method: Justa::TokenManager.client_type_for
- Defined in:
- lib/justa/token_manager.rb
.client_type_for(key = Justa.default_client_key) ⇒ Symbol
Find a Client Type for a specific Key
125 126 127 |
# File 'lib/justa/token_manager.rb', line 125 def self.client_type_for(key = Justa.default_client_key) client_for(key)&.type || :pdv end |