resolveSignIn method

Completes sign in with a second factor using an MultiFactorAssertion which confirms that the user has successfully completed the second factor challenge.

Implementation

Future<UserCredentialPlatform> resolveSignIn(
  MultiFactorAssertionPlatform assertion,
) {
  throw UnimplementedError('resolveSignIn() is not implemented');
}