walletsdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
walletsdk
walletsdk
/
com.dewa.walletsdk.model
/
ConsentPromptData
Consent
Prompt
Data
data
class
ConsentPromptData
(
val
title
:
String
,
val
sourceLabel
:
String
,
val
credentialType
:
String
,
val
requestedAttributes
:
List
<
String
>
)
:
Parcelable
Members
Constructors
Consent
Prompt
Data
Link copied to clipboard
constructor
(
title
:
String
,
sourceLabel
:
String
,
credentialType
:
String
,
requestedAttributes
:
List
<
String
>
)
Properties
credential
Type
Link copied to clipboard
val
credentialType
:
String
requested
Attributes
Link copied to clipboard
val
requestedAttributes
:
List
<
String
>
source
Label
Link copied to clipboard
val
sourceLabel
:
String
title
Link copied to clipboard
val
title
:
String