Flutter

Integrating verisync SDK into your flutter application

Install

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

Usage

Parameter name
Type
Required
Description

flowId

string

true

The id of the flow created of the request user info

clientId

string

true

The client ID you received from Verisync it's on your dashboard integration page

redirectUrl

string

true

The URL where your users will be sent after authorization.

email

string

false

The user email address

metadata

object

false

Stringified JSON object of custom data.

Last updated