Class: OAuth2::EsiaClient

Inherits:
Client
  • Object
show all
Defined in:
lib/oauth2/esia_client.rb

Instance Method Summary collapse

Instance Method Details

#auth_codeObject



5
6
7
# File 'lib/oauth2/esia_client.rb', line 5

def auth_code
  @auth_code ||= OAuth2::Strategy::EsiaAuthCode.new(self)
end