GitHubConfig class
Configuration for connections to github.com.
Constructors
- GitHubConfig({String? appInstallationId, OAuthCredential? authorizerCredential, String? githubApp, String? installationUri})
- GitHubConfig.fromJson(Map json_)
Properties
- appInstallationId ↔ String?
- 
  GitHub App installation id.
  getter/setter pair
- 
  OAuth credential of the account that authorized the GitHub App.
  getter/setter pair
- githubApp ↔ String?
- 
  The GitHub Application that was installed to the GitHub user or
organization.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- installationUri ↔ String?
- 
  The URI to navigate to in order to manage the installation associated with
this GitHubConfig.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited