package
Version:
v0.0.0-...-94a378c
Opens a new window with list of versions in this module.
Published: Jun 5, 2022
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IdpConfig struct {
}
IdpConfig represents the configuration for the google identity provider
Exchange exchanges an OAuth2 Access Token for an IDP ID Token
Refresh gets a new IDP ID Token with the provided refresh token.
type IdpUser struct {
LocalID string `json:"localId"`
EmailVerified bool `json:"emailVerified"`
Email string `json:"email"`
DisplayName string `json:"displayName"`
PhotoURL string `json:"photoUrl"`
RefreshToken string `json:"refreshToken"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.