OneTap
OneTap is a view that provides VKID One Tap login interface. For more information how to integrate VK ID Authentication check docs https://id.vk.com/business/go/docs/ru/vkid/latest/vk-id/intro/plan
You should setCallbacks on init view to get token after successful auth.
Properties
Optional params to be passed to auth. See VKIDAuthUiParams.Builder for more info.
Whether to fetch user. Defaults to true. In case this parameter is set to false the user data won't be fetched and user will have to confirm authorization on click. Note: this parameter doesn't support changes in runtime and must be initialized when the view is constructed. Note: This parameter will hide "change account" button because in this case OneTap will have the same behaviour.
Flag to enable a button for signing into another account. Note that if text doesn't fit the available width the view will be hidden regardless of the flag.
Adds support multibranding auth. By default this widget is not displayed. This property represents a set of OneTapOAuth to be displayed.
Scenario for which the OneTap is used. Changes title accordingly.
The styling for the One Tap interface, default is OneTapStyle.Light
Functions
Callbacks that provide auth result for version with multibranding.