Method: Keycloak::Client.token
- Defined in:
- lib/keycloak.rb
.token ⇒ Object
278 279 280 281 282 283 284 |
# File 'lib/keycloak.rb', line 278 def self.token if !Keycloak..nil? JSON Keycloak..call else raise Keycloak::ProcCookieTokenNotDefined end end |