Documentation
¶
Index ¶
- Constants
- type Provider
- func (p *Provider) CheckOrgs(ctx context.Context, tokens *oidc.Tokens[*oidc.IDTokenClaims]) error
- func (p *Provider) CheckTeams(ctx context.Context, tokens *oidc.Tokens[*oidc.IDTokenClaims]) error
- func (p *Provider) CheckUser(ctx context.Context, _ state.State, _ types.UserData, ...) error
- func (p *Provider) GetEndpoints(conf config.Config) (oauth2.Endpoint, error)
- func (p *Provider) GetName() string
- func (p *Provider) GetUser(ctx context.Context, tokens *oidc.Tokens[*oidc.IDTokenClaims]) (types.UserData, error)
Constants ¶
View Source
const Name = "github"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
func NewProvider ¶
func (*Provider) CheckTeams ¶ added in v1.7.0
func (*Provider) GetEndpoints ¶ added in v1.6.0
Click to show internal directories.
Click to hide internal directories.