verify abstract method
Future<AuthenticationResponse>
verify({
- required String loginId,
- required String code,
- SignInOptions? options,
Verifies a TOTP code that was generated by an authenticator app.
Returns an AuthenticationResponse if the provided loginId
and the code
generated by an authenticator app match.
Implementation
Future<AuthenticationResponse> verify({required String loginId, required String code, SignInOptions? options});