MultipazProject
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
MultipazProject
multipaz-provisioning
/
org.multipaz.provisioning.wallet
/
AuthenticationState
/
AuthenticationState
Authentication
State
constructor
(
nonce
:
ByteString
?
=
buildByteString { Random.nextBytes(16) }
,
clientId
:
String
=
""
,
deviceAttestation
:
DeviceAttestation
?
=
null
,
authenticated
:
Boolean
=
false
)