Disruptive Documentation

Structure Service​Account​Credentials

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.

%15 ServiceAccountCredentials ServiceAccountCredentials Codable Codable ServiceAccountCredentials->Codable

Conforms To

Codable

Initializers

init(email:​key​ID:​secret:​)

public init(email: String, keyID: String, secret: String)  

Properties

email

public let email  : String

key​ID

public let keyID  : String

secret

public let secret : String