TrinityIDWallet
1.7.1
TrinityIDWalletCore
/
de.comuny.trinity.core
/
AuthorizationEvent
/
OnConsentRequired
On
Consent
Required
class
OnConsentRequired
(
val
claims
:
List
<
ClaimName
>
,
val
clientId
:
String
,
consentResponse
:
(
Pair
<
Instant
?
,
Exception
?
>
)
->
Unit
)
:
AuthorizationEvent
Content copied to clipboard
Constructors
Functions
Properties
Constructors
On
Consent
Required
Link copied to clipboard
fun
OnConsentRequired
(
claims
:
List
<
ClaimName
>
,
clientId
:
String
,
consentResponse
:
(
Pair
<
Instant
?
,
Exception
?
>
)
->
Unit
)
Content copied to clipboard
Functions
confirm
Link copied to clipboard
fun
confirm
(
)
Content copied to clipboard
decline
Link copied to clipboard
fun
decline
(
exception
:
Exception
?
=
null
)
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
claims
Link copied to clipboard
val
claims
:
List
<
ClaimName
>
Content copied to clipboard
client
Id
Link copied to clipboard
val
clientId
:
String
Content copied to clipboard