Vk::Auth
Constants
AUTHORIZE_URL = "https://oauth.vk.com/authorize"
DISPLAY = "mobile"
Log = Vk::Log.for(self)
REDIRECT_URI = "https://oauth.vk.com/blank.html"
RESPONSE_TYPE = "token"
USER_AGENT = "Opera/9.80 (Android; Opera Mini/7.5.33942/191.308; U; en) Presto/2.12.423 Version/12.16"
VERSION = {{ (`shards version /tmp/tmp.lfeLIB/src/src`).chomp.stringify }}
Constructors
Instance methods
authorized?
SourceAdditinal parameters:
permissions- Access Permissions for User Token (https://vk.com/dev/permissions)revoke- Sets that permissions request should not be skipped even if a user is already authorized
token
Source