Account
public struct Account : CustomDebugStringConvertible
extension Account: Codable
extension Account: Equatable
Represents your customer account as an SDK user
-
Account licensing key
Declaration
Swift
public let key: String
-
Account secret
Declaration
Swift
public let secret: String
-
Creates an
Account
i.e. to pass toDragonflAICore.useAccount(...)
Declaration
Swift
public init(key: String, secret: String)
-
Log an Account instance with truncated key and secret.
Declaration
Swift
public var debugDescription: String { get }