GitHubConfig#

class gafaelfawr.config.GitHubConfig(client_id, client_secret)#

Bases: object

Metadata for GitHub authentication.

Some configuration parameters are duplicated from the main application configuration so that all of the configuration for the GitHub provider is encapsulated here.

Parameters:
  • client_id (str) –

  • client_secret (str) –

Attributes Summary

client_id

Client ID of the GitHub App.

client_secret

Secret for the GitHub App.

Attributes Documentation

client_id: str#

Client ID of the GitHub App.

client_secret: str#

Secret for the GitHub App.