Builder

class Builder

Builder for VKIDAuthUiParams.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

An optional code challenge to be passed to auth. See https://datatracker.ietf.org/doc/html/rfc7636#section-4.2 for more information.

Link copied to clipboard

A required parameter with a list of requested scopes for the access token. You can view the list of available scopes here: https://dev.vk.com/ru/reference/access-rights. The user will see a screen where he may grant some of this scopes during authorization process.

Link copied to clipboard

An optional state to be passed to auth.

Functions

Link copied to clipboard

Constructs VKIDAuthUiParams object with provided values.