
Properties
The Customized Consent screen class properties are:- branding
- client
- organization
- prompt
- screen
- tenant
- transaction
- untrustedData
- user
Methods
The Customized Consent screen class methods are:accept( options? )
This method submits the user’s decision to accept the requested permissions.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
deny( options? )
This method submits the user’s decision to deny the requested permissions.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |