# Functions
New returns a new authentication provider for GitHub Apps.
WithAppBaseURL configures the GitHub API endpoint to use to fetch GitHub App installation token.
WithAppData configures the client using data from a map.
WithAppID configures the app ID of the GitHub App.
WithCache sets the token cache and the object involved in the operation for recording cache events.
WithInstallationID configures the installation ID of the GitHub App.
WithPrivateKey configures the private key of the GitHub App.
WithProxyURL sets the proxy URL to use with the transport.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
OptFunc enables specifying options for the provider.