LinkResponse constructor
LinkResponse({
- required LinkState state,
- String? redirectUrl,
- String? errorType,
- String? error,
- LinkProviderMFA? providerMfa,
Implementation
LinkResponse({
required this.state,
this.redirectUrl,
this.errorType,
this.error,
this.providerMfa,
});