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

Provides struct and type for a AuthenticationToken

Link to this section Summary

Link to this section Types

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