kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.push
/
KeyInfo
Key
Info
data
class
KeyInfo
(
var
auth
:
String
,
var
p256dh
:
String
)
Key Information that can be used to encrypt payloads
Members
Constructors
Key
Info
Link copied to clipboard
constructor
(
auth
:
String
,
p256dh
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
auth
Link copied to clipboard
var
auth
:
String
p256dh
Link copied to clipboard
var
p256dh
:
String