checkActionCode method

Future<ActionCodeInfo> checkActionCode(
  1. String code
)

Checks a verification code sent to the user by e-mail or by other out-of-band mechanism. It returns ActionCodeInfo, metadata about the code.

Implementation

Future<ActionCodeInfo> checkActionCode(String code) =>
    handleThenable(jsObject.checkActionCode(code));