MCPcopy
hub / github.com/golang-jwt/jwt / GetIssuer

Method GetIssuer

map_claims.go:33–35  ·  view source on GitHub ↗

GetIssuer implements the Claims interface.

()

Source from the content-addressed store, hash-verified

31
32// GetIssuer implements the Claims interface.
33func (m MapClaims) GetIssuer() (string, error) {
34 return m.parseString("iss")
35}
36
37// GetSubject implements the Claims interface.
38func (m MapClaims) GetSubject() (string, error) {

Callers

nothing calls this directly

Calls 1

parseStringMethod · 0.95

Tested by

no test coverage detected