WebPushToken

STRUCT

Contents

public struct WebPushToken: Codable, Hashable, Sendable
  • Remark: Generated from #/components/schemas/WebPushToken.

Properties

endpoint

public var endpoint: Swift.String
  • Remark: Generated from #/components/schemas/WebPushToken/endpoint.

keys

public var keys: Components.Schemas.WebPushToken.keysPayload
  • Remark: Generated from #/components/schemas/WebPushToken/keys.

Methods

init(endpoint:keys:)

public init(
    endpoint: Swift.String,
    keys: Components.Schemas.WebPushToken.keysPayload
)

Creates a new WebPushToken.

  • Parameters:
    • endpoint:
    • keys:

Parameters

Name Description
endpoint
keys