Class: RailsIam::Authentication::AuthenticatedUser
- Inherits:
-
Data
- Object
- Data
- RailsIam::Authentication::AuthenticatedUser
- Defined in:
- app/services/rails_iam/authentication/authenticated_user.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
readonly
Returns the value of attribute access_token.
-
#access_token_expires_in ⇒ Object
readonly
Returns the value of attribute access_token_expires_in.
-
#refresh_token ⇒ Object
readonly
Returns the value of attribute refresh_token.
-
#refresh_token_expires_in ⇒ Object
readonly
Returns the value of attribute refresh_token_expires_in.
-
#user ⇒ Object
readonly
Returns the value of attribute user.
Instance Attribute Details
#access_token ⇒ Object (readonly)
Returns the value of attribute access_token
5 6 7 |
# File 'app/services/rails_iam/authentication/authenticated_user.rb', line 5 def access_token @access_token end |
#access_token_expires_in ⇒ Object (readonly)
Returns the value of attribute access_token_expires_in
5 6 7 |
# File 'app/services/rails_iam/authentication/authenticated_user.rb', line 5 def access_token_expires_in @access_token_expires_in end |
#refresh_token ⇒ Object (readonly)
Returns the value of attribute refresh_token
5 6 7 |
# File 'app/services/rails_iam/authentication/authenticated_user.rb', line 5 def refresh_token @refresh_token end |
#refresh_token_expires_in ⇒ Object (readonly)
Returns the value of attribute refresh_token_expires_in
5 6 7 |
# File 'app/services/rails_iam/authentication/authenticated_user.rb', line 5 def refresh_token_expires_in @refresh_token_expires_in end |
#user ⇒ Object (readonly)
Returns the value of attribute user
5 6 7 |
# File 'app/services/rails_iam/authentication/authenticated_user.rb', line 5 def user @user end |