DecodeIntegrityTokenResponse constructor

DecodeIntegrityTokenResponse({
  1. TokenPayloadExternal? tokenPayloadExternal,
})

Implementation

DecodeIntegrityTokenResponse({
  this.tokenPayloadExternal,
});