package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Jun 11, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
CognitoRegion string
CognitoUserPoolID string
}
Config ...
type JWK struct {
Keys []struct {
Alg string `json:"alg"`
E string `json:"e"`
Kid string `json:"kid"`
Kty string `json:"kty"`
N string `json:"n"`
} `json:"keys"`
}
JWK ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.