Summary

Types

t()

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