Method: Rack::OAuth2::Server::AccessToken#client_id

Defined in:
lib/rack/oauth2/models/access_token.rb

#client_idObject (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