Documentation ¶
Overview ¶
Package jwks contains code for dealing with JSON Web Key Sets.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
Generator is atype for generating JWKS with a single singing key.
func NewGenerator ¶
NewGenerator is the preferred way to instantiate a key generator.
func (*Generator) GenerateJWKSet ¶
GenerateJWKSet generates a JSON web key set for use in signing tokens.
Click to show internal directories.
Click to hide internal directories.