Module: Core::Models::OAuth
- Defined in:
- lib/core/models/oauth.rb,
lib/core/models/oauth/scope.rb,
lib/core/models/oauth/application.rb,
lib/core/models/oauth/access_token.rb,
lib/core/models/oauth/authorization.rb,
lib/core/models/oauth/refresh_token.rb
Overview
This module holds the logic for the connection of an application to our API.
Defined Under Namespace
Classes: AccessToken, Application, Authorization, RefreshToken, Scope