LogpointApi.Data.Credential (logpoint_api v2.2.0)

Copy Markdown View Source

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

Created internally by LogpointApi.client/3,4.

Summary

Types

t()

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

Functions

new(username, secret_key)