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

Method GetIssuedAt

map_claims.go:23–25  ·  view source on GitHub ↗

GetIssuedAt implements the Claims interface.

()

Source from the content-addressed store, hash-verified

21
22// GetIssuedAt implements the Claims interface.
23func (m MapClaims) GetIssuedAt() (*NumericDate, error) {
24 return m.parseNumericDate("iat")
25}
26
27// GetAudience implements the Claims interface.
28func (m MapClaims) GetAudience() (ClaimStrings, error) {

Callers

nothing calls this directly

Calls 1

parseNumericDateMethod · 0.95

Tested by

no test coverage detected