View Source GitHub.AuthenticationToken (GitHub REST API Client v0.0.6)

Provides struct and type for AuthenticationToken

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.AuthenticationToken{
  expires_at: String.t(),
  permissions: map() | nil,
  repositories: [GitHub.Repository.t()] | nil,
  repository_selection: String.t() | nil,
  single_file: String.t() | nil,
  token: String.t()
}