AssociateSoftwareTokenResponse constructor

AssociateSoftwareTokenResponse({
  1. String? secretCode,
  2. String? session,
})

Implementation

AssociateSoftwareTokenResponse({
  this.secretCode,
  this.session,
});