
Properties
The Email OTP Challenge screen class properties are:- branding
- client
- organization
- prompt
- screen
- tenant
- transaction
- untrustedData
- user
Methods
The Email OTP Challenge screen class methods are:getError( options? )
This method retrieves the array of transaction errors from context or an empty array if none exist.resendCode( options ?)
This method requests a new OTP code to be sent to the user’s email.| パラメーター | タイプ | 必須 | 説明 |
|---|---|---|---|
[key: string] | 文字列 | 数字 | ブール値 | undefined | 任意 | ユーザーから収集した任意のデータです。 |
submitCode( options ?)
This method submits the OTP code entered by the user.| Parameter | Type | Required | Description |
|---|---|---|---|
code | string | Yes | The code entered by the user. |
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |