package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Nov 5, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Client ...
Token returns new Token from Auth0 with provided audience.
type Token struct {
AccessToken string `json:"access_token"`
TokenType string `json:"token_type"`
ExpiresIn uint `json:"expires_in"`
}
Token ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.