package
Version:
v1.0.7
Opens a new window with list of versions in this module.
Published: Sep 18, 2025
License: MIT
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ExchangeRequest struct {
CodeVerifier string `json:"code_verifier"`
AccessCode string `json:"access_code"`
RedirectURI string `json:"redirect_uri"`
}
type ExchangeResponse struct {
Token *oauth2.Token `json:"token"`
IDToken string `json:"id_token"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.