WebPushTokenResponse.keysPayload
STRUCT
Contents
- Properties
auth
p256dh
- Methods
init(auth:p256dh:)
public struct keysPayload: Codable, Hashable, Sendable
- Remark: Generated from
#/components/schemas/WebPushTokenResponse/keys
.
Properties
auth
public var auth: Swift.String
- Remark: Generated from
#/components/schemas/WebPushTokenResponse/keys/auth
.
p256dh
public var p256dh: Swift.String
- Remark: Generated from
#/components/schemas/WebPushTokenResponse/keys/p256dh
.
Methods
init(auth:p256dh:)
public init(
auth: Swift.String,
p256dh: Swift.String
)
Creates a new keysPayload
.
- Parameters:
- auth:
- p256dh:
Parameters
Name | Description |
---|---|
auth | |
p256dh |