Documentation ¶
Index ¶
Constants ¶
View Source
const ( AccessToken = iota IdToken )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenIdProvider ¶
type OpenIdProvider struct { Name string // contains filtered or unexported fields }
func New ¶
func New(ctx context.Context, op *api.OpenIDProvider) (OpenIdProvider, error)
func (OpenIdProvider) Endpoint ¶
func (op OpenIdProvider) Endpoint() oauth2.Endpoint
Click to show internal directories.
Click to hide internal directories.