type github.com/golang-jwt/jwt/v5.SigningMethodHMAC (struct)

Method Implmentations

Alg() string *SigningMethodHMAC.M : SigningMethod.Alg
Sign(signingString string, key interface{}) ([]byte, error) *SigningMethodHMAC.M : SigningMethod.Sign
Verify(signingString string, sig []byte, key interface{}) error *SigningMethodHMAC.M : SigningMethod.Verify