ActionCodeInfo
interface
The interface returned from a auth#checkActionCode
call.
Example
const actionCodeInfo = await firebase.auth().checkActionCode('ABCD');
console.log('Action code operation: ', actionCodeInfo.operation);
Properties
operation
</>The operation from where the action originated.
operation: "PASSWORD_RESET" | "VERIFY_EMAIL" | "RECOVER_EMAIL" | "EMAIL_SIGNIN" | "ERROR";