Versions in this module Expand all Collapse all v0 v0.1.0 May 1, 2018 Changes in this version + type Jwt struct + Claims map[string]interface{} + type JwtVerifier struct + Adaptor adaptors.Adaptor + ClaimsToValidate map[string]string + Discovery discovery.Discovery + Issuer string + func (j *JwtVerifier) GetAdaptor() adaptors.Adaptor + func (j *JwtVerifier) GetDiscovery() discovery.Discovery + func (j *JwtVerifier) New() *JwtVerifier + func (j *JwtVerifier) SetLeeway(seconds int64) + func (j *JwtVerifier) VerifyAccessToken(jwt string) (*Jwt, error) + func (j *JwtVerifier) VerifyIdToken(jwt string) (*Jwt, error)