Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is a service object for parsing didtype jwts
func NewService ¶
NewService returns a new service
type VCClaimsJWT ¶
type VCClaimsJWT struct { Data string `json:"data"` jwt.StandardClaims }
VCClaimsJWT is a jwt claims struct with a data field for vc data
Click to show internal directories.
Click to hide internal directories.