Module: EasyAuth::Models::Identities::Oauth2::Github
- Extended by:
- ActiveSupport::Concern
- Included in:
- Identities::Oauth2::Github
- Defined in:
- lib/easy_auth/models/identities/oauth2/github.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#client ⇒ Object
6 7 8 |
# File 'lib/easy_auth/models/identities/oauth2/github.rb', line 6 def client @client ||= Octokit::Client.new(access_token: self.token) end |