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.
Attributes Summary
Client ID of the GitHub App.
Secret for the GitHub App.
Attributes Documentation