type Claims struct {
jwt.RegisteredClaims
Role Role `json:"role"` // either downloader or uploader StoredSecretID string `json:"secret-id"` // path to the OCI secret in the vault BackendType string `json:"backend"` // backend to use, i.e OCI MaxBytes int64 `json:"maxbytes"` // max bytes to upload}