SecretKey
@objcMembers
public final class SecretKey : NSObject
Secret key class.
-
Sandbox secret key.
Declaration
Swift
public let sandbox: String -
Production secret key.
Declaration
Swift
public let production: String
-
Initializes secret key with sandbox and production keys.
Declaration
Swift
public required init(sandbox: String, production: String)Parameters
sandboxSandbox key.
productionProduction key.
SecretKey Class Reference