mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
6 lines
134 B
JavaScript
6 lines
134 B
JavaScript
module.exports = function () {
|
|
this.seq().obj(
|
|
this.key('algorithm').objid(),
|
|
this.key('parameters').optional().any()
|
|
)
|
|
}
|