package
0.6.12
Repository: https://github.com/classmarkets/fosite.git
Documentation: pkg.go.dev

# Functions

Copy will copy all elements in a map and return a new representational map.
Filter will filter out elemets based on keys in a given input map na key-slice.
ToString will return a string representation of a map.
ToTime will try to convert a given input to a time.Time structure.

# Structs

Headers is the jwt headers.
IDTokenClaims represent the claims used in open id connect requests.
JWTClaims represent a token's claims.
RS256JWTStrategy is responsible for generating and validating JWT challenges.

# Interfaces

Mapper is the interface used internally to map key-value pairs.