package
1.80.0
Repository: https://github.com/markbates/goth.git
Documentation: pkg.go.dev

# Functions

New creates a new Patreon provider and sets up important connection details.
NewCustomisedURL is similar to New(...) but can be used to set custom URLs to connect to.

# Constants

ScopeCampaigns provides read access to basic campaign data.
ScopeCampaignsMembers provides read access to data about a campaign’s members.
ScopeCampaignsMembersAddress provides read access to the member’s address, if an address was collected in the pledge flow.
ScopeCampaignsMembersEmail provides read access to the member’s email.
ScopeCampaignsPosts provides read access to the posts on a campaign.
ScopeCampaignsWebhook provides read, write, update, and delete access to the campaign’s webhooks created by the client.
ScopeIdentity provides read access to data about the user.
ScopeIdentityEmail provides read access to the user’s email.
ScopeIdentityMemberships provides read access to the user’s memberships.

# Structs

Provider is the implementation of `goth.Provider` for accessing Patreon.
Session stores data during the auth process with Patreon.