Documentation ¶
Overview ¶
Package services implements services which provides JWK set.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrInvalidBody ¶
type ErrInvalidBody string
An ErrInvalidBody represents an error when body content cannot be decoded.
func (ErrInvalidBody) Error ¶
func (e ErrInvalidBody) Error() string
Error returns string representation of current instance error.
type SetClient ¶
type SetClient struct {
// contains filtered or unexported fields
}
A SetClient represents a client for a service that provides the key set used for signing or encrypting session tokens.
func NewSetClient ¶
NewSetClient creates a new instace of a client for key set service.
type SetServer ¶
type SetServer struct {
// contains filtered or unexported fields
}
A SetServer represents a server which provides the key set used for signing or encrypting session tokens.
func NewSetServer ¶
NewSetServer creates a new instance of SetServer.
Click to show internal directories.
Click to hide internal directories.