sidewalk
sidewalk
/
com.amazon.sidewalk.result
/
AuthenticateRemoteDeviceResult
/
Success
Success
class
Success
(
val
ed25519Cert
:
String
,
val
p256r1Cert
:
String
,
val
signature
:
String
,
val
transactionId
:
String
,
val
requestHash
:
String
)
:
AuthenticateRemoteDeviceResult
Constructors
Properties
Constructors
Success
Link copied to clipboard
fun
Success
(
ed25519Cert
:
String
,
p256r1Cert
:
String
,
signature
:
String
,
transactionId
:
String
,
requestHash
:
String
)
Properties
ed25519Cert
Link copied to clipboard
val
ed25519Cert
:
String
p256r1Cert
Link copied to clipboard
val
p256r1Cert
:
String
request
Hash
Link copied to clipboard
val
requestHash
:
String
signature
Link copied to clipboard
val
signature
:
String
transaction
Id
Link copied to clipboard
val
transactionId
:
String