Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JWTValidator ¶
type JWTValidator struct {
// contains filtered or unexported fields
}
func NewJWTValidator ¶
func NewJWTValidator(enabled bool, secrets []string, issuer, audience string, leewaySec int64) *JWTValidator
func (*JWTValidator) Enabled ¶
func (v *JWTValidator) Enabled() bool
type Presigner ¶
type Presigner struct {
// contains filtered or unexported fields
}
func NewPresigner ¶
func (*Presigner) BuildSignedURL ¶
Click to show internal directories.
Click to hide internal directories.