Skip to main content

Auki::ConjureKit::AukiCredentials

Stores credentials used by ConjureKit.

Public Functions

Name
AukiCredentials(string appKey, string appSecret)
Constructs AukiCredentials with key+secret

Public Attributes

Name
readonly stringAppKey
Application key.
readonly stringAppSecret
Application secret.

Public Functions Documentation

function AukiCredentials

AukiCredentials(
string appKey,
string appSecret
)

Constructs AukiCredentials with key+secret

Parameters:

  • appKey App key
  • appSecret App secret

Public Attributes Documentation

variable AppKey

readonly string AppKey;

Application key.

variable AppSecret

readonly string AppSecret;

Application secret.