Search
Preparing search index...
The search index is not available
@fusionauth/typescript-client
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@fusionauth/typescript-client
UserConsent
Interface UserConsent
Models a User consent.
author
Daniel DeGroff
Hierarchy
UserConsent
Index
Properties
consent
consent
Id
data
giver
User
Id
id
insert
Instant
last
Update
Instant
status
user
Id
values
Properties
Optional
consent
consent
:
Consent
Optional
consent
Id
consent
Id
:
string
Optional
data
data
:
Record
<
string
,
any
>
Optional
giver
User
Id
giver
User
Id
:
string
Optional
id
id
:
string
Optional
insert
Instant
insert
Instant
:
number
Optional
last
Update
Instant
last
Update
Instant
:
number
Optional
status
status
:
ConsentStatus
Optional
user
Id
user
Id
:
string
Optional
values
values
:
string
[]
Exports
User
Consent
consent
consent
Id
data
giver
User
Id
id
insert
Instant
last
Update
Instant
status
user
Id
values
Generated using
TypeDoc
Models a User consent.
Daniel DeGroff