
Properties
The Consent screen class properties are:- branding
- client
- organization
- prompt
- screen
- tenant
- transaction
- untrustedData
- user
Methods
The Consent screen class methods are:accept( options? )
This method submits the user’s decision to accept the requested permissions.パラメーター | タイプ | 必須 | 説明 |
---|---|---|---|
[key: string] | 文字列 | 数字 | ブール値 | undefined | 任意 | ユーザーから収集した任意のデータです。 |
deny( options? )
This method submits the user’s decision to deny the requested permissions.パラメーター | タイプ | 必須 | 説明 |
---|---|---|---|
[key: string] | 文字列 | 数字 | ブール値 | undefined | 任意 | ユーザーから収集した任意のデータです。 |