View Source GitHub.Authorization (GitHub REST API Client v0.0.13)

Provides struct and type for Authorization

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Authorization{
  __info__: map(),
  app: map(),
  created_at: String.t(),
  expires_at: String.t() | nil,
  fingerprint: String.t() | nil,
  hashed_token: String.t() | nil,
  id: integer(),
  installation: GitHub.ScopedInstallation.t() | nil,
  note: String.t() | nil,
  note_url: String.t() | nil,
  scopes: [String.t()] | nil,
  token: String.t(),
  token_last_eight: String.t() | nil,
  updated_at: String.t(),
  url: String.t(),
  user: GitHub.User.simple() | nil
}