Guardsix.Data.Credential (guardsix v1.2.2)

Copy Markdown View Source

Username and secret key used to authenticate with the Guardsix API.

Created internally by Guardsix.client/3,4.

Summary

Types

t()

@type t() :: %Guardsix.Data.Credential{secret_key: String.t(), username: String.t()}

Functions

new(username, secret_key)