View Source Dnsimple.OauthToken (dnsimple v4.0.0)

Represents an OAuth token.

See:

Summary

Types

@type t() :: %Dnsimple.OauthToken{
  access_token: String.t(),
  account_id: integer(),
  scope: String.t(),
  token_type: String.t()
}