package
0.1.0-cvefix.3
Repository: https://github.com/as-polyakov/minio.git
Documentation: pkg.go.dev

# Functions

NewMapClaims - Initializes a new map claims.
NewStandardClaims - initializes standard claims.
ParseUnverifiedMapClaims - WARNING: Don't use this method unless you know what you're doing This method parses the token but doesn't validate the signature.
ParseUnverifiedStandardClaims - WARNING: Don't use this method unless you know what you're doing This method parses the token but doesn't validate the signature.
ParseWithClaims - parse the token string, valid methods.
ParseWithStandardClaims - parse the token string, valid methods.

# Variables

Specific instances for HS256, HS384, HS512.
Specific instances for HS256, HS384, HS512.
Specific instances for HS256, HS384, HS512.

# Structs

MapClaims - implements custom unmarshaller.
SigningMethodHMAC - Implements the HMAC-SHA family of signing methods signing methods Expects key type of []byte for both signing and validation.
StandardClaims are basically standard claims with "accessKey".