SignJwtResponse constructor

SignJwtResponse({
  1. String? keyId,
  2. String? signedJwt,
})

Implementation

SignJwtResponse({
  this.keyId,
  this.signedJwt,
});