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

Method GetNotBefore

map_claims.go:18–20  ·  view source on GitHub ↗

GetNotBefore implements the Claims interface.

()

Source from the content-addressed store, hash-verified

16
17// GetNotBefore implements the Claims interface.
18func (m MapClaims) GetNotBefore() (*NumericDate, error) {
19 return m.parseNumericDate("nbf")
20}
21
22// GetIssuedAt implements the Claims interface.
23func (m MapClaims) GetIssuedAt() (*NumericDate, error) {

Callers

nothing calls this directly

Calls 1

parseNumericDateMethod · 0.95

Tested by

no test coverage detected