OAuthUserAuthorizationCodeFlowQuery

Undocumented in source.

Constructors

this
this(VkApiClient client, string endpoint, int clientId, string clientSecret, string redirectUri, string code)
Undocumented in source.

Members

Functions

essentialKeys
string[] essentialKeys()
Undocumented in source. Be warned that the author may not have intended to support it.
getThis
OAuthUserAuthorizationCodeFlowQuery getThis()
Undocumented in source. Be warned that the author may not have intended to support it.
setClientId
OAuthUserAuthorizationCodeFlowQuery setClientId(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
setClientSecret
OAuthUserAuthorizationCodeFlowQuery setClientSecret(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
setCode
OAuthUserAuthorizationCodeFlowQuery setCode(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
setRedirectUri
OAuthUserAuthorizationCodeFlowQuery setRedirectUri(string value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta