Package-level declarations

Types

Link copied to clipboard
class AuthCodeData @JvmOverloads constructor(val code: String, val deviceId: String = "")

The data with result of the first step of auth.

Link copied to clipboard
enum Prompt : Enum<Prompt>

Prompt from specification https://openid.net/specs/openid-connect-core-1_0.html#AuthorizationEndpoint Detailed description is in the task ECB-3939

Link copied to clipboard

Callback interface for handling the authentication result.

Link copied to clipboard

VKIDAuthParams encapsulates parameters for VK ID authentication.

Link copied to clipboard

VKIDAuthUiParams encapsulates ui parameters for VK ID authentication using externally generated auth params.

Functions

Link copied to clipboard
Link copied to clipboard