submitPin
Method which allows to submit the pin for pin authentication or pin creation. See User registration and User authentication for more information.
submitPin(flow: Events.PinFlow, pin: string): Promise<void>;
Property | Type | Description |
---|---|---|
flow | PinFlow | Current flow e.g. 'authentication', 'create' |
pin | string | PIN |
Example