package
Version:
v0.0.0-...-0c3f707
Opens a new window with list of versions in this module.
Published: Nov 4, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Auth0Config is the configuration for Auth0
type Auth0Response struct {
AccessToken string `json:"access_token"`
IDToken string `json:"id_token"`
Scope string `json:"scope"`
ExpiresIn int `json:"expires_in"`
}
Auth0Response is the response model from an auth0 token exchange
Source Files
¶
Click to show internal directories.
Click to hide internal directories.