VerifySoftwareTokenResponse constructor
VerifySoftwareTokenResponse({
- String? session,
- VerifySoftwareTokenResponseType? status,
Implementation
VerifySoftwareTokenResponse({
this.session,
this.status,
});