OAuth

Undocumented in source.

Constructors

this
this(VkApiClient client)

Constructor

Members

Functions

groupAuthorizationCodeFlow
OAuthGroupAuthorizationCodeFlowQuery groupAuthorizationCodeFlow(int clientId, string clientSecret, string redirectUri, string code)
Undocumented in source. Be warned that the author may not have intended to support it.
serviceClientCredentialsFlow
OAuthServiceClientCredentialsFlowQuery serviceClientCredentialsFlow(int clientId, string clientSecret)
Undocumented in source. Be warned that the author may not have intended to support it.
userAuthorizationCodeFlow
OAuthUserAuthorizationCodeFlowQuery userAuthorizationCodeFlow(int clientId, string clientSecret, string redirectUri, string code)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From AbstractAction

getClient
VkApiClient getClient()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta