type github.com/golang-jwt/jwt/v5.RegisteredClaims
9 uses
github.com/golang-jwt/jwt/v5 (current package)
registered_claims.go#L12: type RegisteredClaims struct {
registered_claims.go#L36: func (c RegisteredClaims) GetExpirationTime() (*NumericDate, error) {
registered_claims.go#L41: func (c RegisteredClaims) GetNotBefore() (*NumericDate, error) {
registered_claims.go#L46: func (c RegisteredClaims) GetIssuedAt() (*NumericDate, error) {
registered_claims.go#L51: func (c RegisteredClaims) GetAudience() (ClaimStrings, error) {
registered_claims.go#L56: func (c RegisteredClaims) GetIssuer() (string, error) {
registered_claims.go#L61: func (c RegisteredClaims) GetSubject() (string, error) {
github.com/coinbase/cdp-sdk/go/auth
jwt.go#L91: RegisteredClaims: jwt.RegisteredClaims{
types.go#L60: jwt.RegisteredClaims
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |