getAssertionForSignIn method

Future<MultiFactorAssertionPlatform> getAssertionForSignIn(
  1. String enrollmentId,
  2. String oneTimePassword
)

Get a MultiFactorAssertion which can be used to confirm ownership of a TOTP second factor.

Implementation

Future<MultiFactorAssertionPlatform> getAssertionForSignIn(
  String enrollmentId,
  String oneTimePassword,
) {
  throw UnimplementedError('getAssertionForSignIn() is not implemented');
}