SignJwtRequest constructor

SignJwtRequest({
  1. String? payload,
})

Implementation

SignJwtRequest({
  this.payload,
});