Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JWKSet ¶
type JWKSet struct {
// contains filtered or unexported fields
}
JWKSet manages keys and allows encoding and decoding JWTs.
func LoadJWKSet ¶
LoadJWKSet creates a JWKSet using the given json-encoded data EXPORT LoadJWKSet
func (*JWKSet) Encode ¶
Encode creates a JWT from the given data, signed using the key at the given key id.
func (*JWKSet) VerifiersJSON ¶
VerifiersJSON returns the JSON encoded JWK set containing all asymmetric verifiers.
Click to show internal directories.
Click to hide internal directories.