Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authority ¶
type Authority struct {
// contains filtered or unexported fields
}
func NewAuthority ¶
func (*Authority) AddJWKSURL ¶
AddJWKSURL adds a URL to the list of endpoints to fetch JWKS's from
func (*Authority) JWK ¶
JWK takes a kid and loops through the JWK sets to find and return the corresponding key.
func (*Authority) NewCustomerClaims ¶
func (a *Authority) NewCustomerClaims() jwtAuth.CustomerClaims
NewCustomerClaims returns a pointer to an empty customerClaims.
Click to show internal directories.
Click to hide internal directories.