Method: Rack::OAuth2::Server::AccessToken#client_id
- Defined in:
- lib/rack/oauth2/models/access_token.rb
#client_id ⇒ Object (readonly)
Client that was granted this access token.
104 105 106 |
# File 'lib/rack/oauth2/models/access_token.rb', line 104 def client_id @client_id end |