Module: OAuth2::Auth::Server::Authentication::HelperMethods
- Defined in:
- lib/oauth2-auth-server/authentication.rb
Instance Method Summary collapse
Instance Method Details
#current_client ⇒ Object
20 21 22 |
# File 'lib/oauth2-auth-server/authentication.rb', line 20 def current_client @current_client end |
#current_token ⇒ Object
16 17 18 |
# File 'lib/oauth2-auth-server/authentication.rb', line 16 def current_token @current_token end |