Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JwksServer ¶
type JwksServer struct {
// contains filtered or unexported fields
}
func NewJwksServer ¶
func NewJwksServer(signer crypto.Signer, alg jwa.SignatureAlgorithm) (*JwksServer, string, error)
A very simple JWKS server for our MFA Cosigner example code.
func (*JwksServer) URI ¶
func (s *JwksServer) URI() string
Click to show internal directories.
Click to hide internal directories.