Structure
ServiceAccountCredentials
public struct ServiceAccountCredentials: Codable
A set of ServiceAccountCredentials
is used to authenticate against the Disruptive Technologies API.
It can be created in DT Studio by clicking
the Service Account
tab under API Integrations
in the side menu, and creating a new key.
Relationships
Conforms To
Codable
Initializers
init(email:keyID:secret:)
public init(email: String, keyID: String, secret: String)
Properties
email
public let email : String
keyID
public let keyID : String
secret
public let secret : String