module VkontakteApi::Authorization
A module containing the methods for authorization.
@note `VkontakteApi::Authorization` extends `VkontakteApi` so these methods should be called from the latter.
Constants
- OPTIONS
Authorization
options.
Public Instance Methods
Private Instance Methods
client()
click to toggle source
# File lib/vkontakte_api/authorization.rb, line 64 def client @client ||= OAuth2::Client.new(VkontakteApi.app_id, VkontakteApi.app_secret, OPTIONS[:client]) end