Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
CanAuthenticate(request *common.Request) bool
Authenticate(request *common.Request) (*middleware.TumblerClaims, error)
}
func NewService ¶
func NewService(logger logging.Logger, jweService jwe.JWEService) Service
Click to show internal directories.
Click to hide internal directories.