View Source GitHub.Authorization (GitHub REST API Client v0.3.1)
Provides struct and type for a Authorization
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Authorization{ __info__: map(), app: GitHub.AuthorizationApp.t(), created_at: DateTime.t(), expires_at: DateTime.t() | nil, fingerprint: String.t() | nil, hashed_token: String.t() | nil, id: integer(), installation: GitHub.Installation.scoped() | 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: DateTime.t(), url: String.t(), user: GitHub.User.simple() | nil }