View Source GitHub.AuthenticationToken (GitHub REST API Client v0.3.1)
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: GitHub.AuthenticationTokenPermissions.t() | nil, repositories: [GitHub.Repository.t()] | nil, repository_selection: String.t() | nil, single_file: String.t() | nil, token: String.t() }