Package-level declarations

Types

Link copied to clipboard

Represents an access token for VK ID authentication.

Link copied to clipboard
enum OAuth : Enum<OAuth>

Represent an OAuth provider that can be used for authorization.

Link copied to clipboard

Represents a refresh token for VK ID authentication.

Link copied to clipboard
class VKID

VKID is the main entry point for integrating VK ID authentication into an Android application. Check readme for more information about integration steps https://github.com/VKCOM/vkid-android-sdk#readme

Link copied to clipboard
sealed class VKIDAuthFail

Represents the failure cases for VK ID authentication.

Link copied to clipboard
sealed class VKIDFetchUserFail

Represents the failure cases for fetching user data in VK ID.

Link copied to clipboard
class VKIDUser(val firstName: String, val lastName: String, val phone: String? = null, val photo50: String? = null, val photo100: String? = null, val photo200: String? = null, val email: String? = null) : Parcelable

Represents a user in the VK ID.