//core/com.petersamokhin.vksdk.core.client/VkApiClient/AppInfo
AppInfo¶
[common]\ data class AppInfo(clientId: Int, clientSecret: String, redirectUri: String)
https://vk.com/apps?act=manage
Constructors¶
| AppInfo | [common] fun AppInfo(clientId: Int, clientSecret: String, redirectUri: String = DEFAULT_REDIRECT_URI) |
Types¶
| Name | Summary |
|---|---|
| Companion | [common] object Companion |
Properties¶
| Name | Summary |
|---|---|
| clientId | [common] val clientId: Int |
| clientSecret | [common] val clientSecret: String |
| redirectUri | [common] val redirectUri: String |