toggle menu
linkrunner
androidJvm
switch theme
search in API
linkrunner
/
io.linkrunner.sdk.utils
/
HmacSignatureGenerator
/
SignedRequest
Signed
Request
data
class
SignedRequest
(
val
signature
:
String
,
val
timestamp
:
Long
,
val
keyId
:
String
)
Members
Constructors
Signed
Request
Link copied to clipboard
constructor
(
signature
:
String
,
timestamp
:
Long
,
keyId
:
String
)
Properties
key
Id
Link copied to clipboard
val
keyId
:
String
signature
Link copied to clipboard
val
signature
:
String
timestamp
Link copied to clipboard
val
timestamp
:
Long