• Verifies that the given token is valid and matches the given user and email

    Parameters

    • db: any

      The database to use

    • userId: string

      The user to verify the token for

    • token: string

      The token to verify

    • type: any

      The type of the token

    • Optionalemail: string

      The email to associate with the token

    Returns Promise<string | undefined>

    The email associated with the token if it is valid, otherwise undefined