APIKey
public struct APIKey
An API key the SDK uses to access back-end services
-
Initializes the API key
Declaration
Swift
public init(partner: String, secret: String)Parameters
partnerYour partner ID
secretSecret to use with back-end APIs
View on GitHub
APIKey Structure Reference