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

Method GetAudience

map_claims.go:28–30  ·  view source on GitHub ↗

GetAudience implements the Claims interface.

()

Source from the content-addressed store, hash-verified

26
27// GetAudience implements the Claims interface.
28func (m MapClaims) GetAudience() (ClaimStrings, error) {
29 return m.parseClaimsString("aud")
30}
31
32// GetIssuer implements the Claims interface.
33func (m MapClaims) GetIssuer() (string, error) {

Callers

nothing calls this directly

Calls 1

parseClaimsStringMethod · 0.95

Tested by

no test coverage detected