//core/com.petersamokhin.vksdk.core.client/VkApiClient/Companion/fromCode
fromCode¶
[common]\
@JvmStatic()
suspend fun fromCode(code: String, app: VkApiClient.AppInfo, settings: VkSettings): VkApiClient
Useful method for server-side operations. Receive the code from the client and do something on his behalf.
Return¶
VK API client.
Parameters¶
common
code | VK code, https://vk.com/dev/authcode_flow_user |
app | Information about your app (client) |
settings | VK API Client settings |