package
0.25.0
Repository: https://github.com/fluxcd/pkg.git
Documentation: pkg.go.dev

# 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

# Structs

AppToken contains a GitHub App installation token and its expiry.
Client is an authentication provider for GitHub Apps.

# Type aliases

OptFunc enables specifying options for the provider.