package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Sep 13, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package oidc provides oidc authentication helpers and flow
type Claims struct {
Email string `json:"email"`
EmailVerified bool `json:"email_verified"`
Name string `json:"name"`
Picture string `json:"picture"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.