Instance Propertymochidev.swift-webpush 0.4.2WebPush
description
VAPIDKey.swift:97var description: String { get }
var description: String { get }
import WebPush
struct ID
The identifier for a private Key
’s public key.
enum VAPID
A set of types for Voluntary Application Server Identification, also known as VAPID.
struct Key
Represents the application server’s identification key that is used to confirm to a push service that the server connecting to it is the same one that was subscribed to.
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
static func < (lhs: Self, rhs: Self) -> Bool
func encode(to encoder: any Encoder) throws