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