Module: Keycloak::UserEntity
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/keycloak/user_entity.rb
Instance Attribute Summary collapse
-
#keycloak_token ⇒ Object
Returns the value of attribute keycloak_token.
Instance Attribute Details
#keycloak_token ⇒ Object
Returns the value of attribute keycloak_token.
5 6 7 |
# File 'lib/keycloak/user_entity.rb', line 5 def keycloak_token @keycloak_token end |