package
Version:
v0.0.0-...-8a6f125
Opens a new window with list of versions in this module.
Published: Dec 17, 2024
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.