verify abstract method

Future<AuthenticationResponse> verify({
  1. required String loginId,
  2. required String code,
  3. 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});